.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-c067bc53-1eb7-438e-8a37-350329e1997b {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-c067bc53-1eb7-438e-8a37-350329e1997b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c067bc53-1eb7-438e-8a37-350329e1997b.shg-box.shg-c {
  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: #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-3bab91e1-aa83-42c8-8098-f2bf5213998a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3bab91e1-aa83-42c8-8098-f2bf5213998a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dd66c2b6-8d23-4f34-bc2c-af47a76eae2c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd66c2b6-8d23-4f34-bc2c-af47a76eae2c .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-de8f1984-5159-4967-b83f-b926f162910d {
  background-image: url(https://i.shgcdn.com/caac158b-a636-4196-bacf-c6a01be09864/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: right center;
}








#s-de8f1984-5159-4967-b83f-b926f162910d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de8f1984-5159-4967-b83f-b926f162910d.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content 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-f09d8562-0f08-4c3b-8dfc-2772431606b0 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
max-width: 1000px;
background-color: rgba(240, 240, 240, 0.83);
}

#s-308b983f-e88e-4525-a160-e8dcb1267b09 {
  padding-left: 2%;
padding-right: 2%;
min-height: 300px;
background-color: rgba(62, 62, 62, 1);
}








#s-308b983f-e88e-4525-a160-e8dcb1267b09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-308b983f-e88e-4525-a160-e8dcb1267b09.shg-box.shg-c {
  justify-content: center;
}

#s-dde2d146-485d-4981-9cb7-1df67c071770 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1000px;
text-align: center;
}

#s-dde2d146-485d-4981-9cb7-1df67c071770 .shogun-heading-component h2 {
  color: rgba(251, 251, 251, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: 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;
}

#s-c99a39a7-d465-4b19-8b7a-6615a7200563 {
  margin-left: auto;
margin-right: auto;
max-width: 1024px;
}

@media (min-width: 0px) {
[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c99a39a7-d465-4b19-8b7a-6615a7200563"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

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

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

.shg-btn.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-91b8cfa3-8997-46a9-b281-ed08016d8e96 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 300px;
text-align: center;
background-color: rgba(141, 198, 63, 1);
text-decoration: none;
}
#s-91b8cfa3-8997-46a9-b281-ed08016d8e96:hover {background-color: rgba(61, 92, 17, 1) !important;
text-decoration: none !important;}#s-91b8cfa3-8997-46a9-b281-ed08016d8e96:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-91b8cfa3-8997-46a9-b281-ed08016d8e96.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  
  display:  block ;
}

#s-5c6a8bb9-9edc-4327-be7a-0f09f8e757a3 {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}








#s-5c6a8bb9-9edc-4327-be7a-0f09f8e757a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c6a8bb9-9edc-4327-be7a-0f09f8e757a3.shg-box.shg-c {
  justify-content: center;
}

#s-dba2ff80-39ee-4e50-9a63-9dd8724724b2 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
max-width: 1024px;
background-color: rgba(234, 234, 234, 1);
}

@media (min-width: 0px) {
[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dba2ff80-39ee-4e50-9a63-9dd8724724b2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a0918145-e1fe-4ac2-b3a6-067ea3b0d128"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5dc69766-31ac-45bc-936b-f0789b53ac15 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-5dc69766-31ac-45bc-936b-f0789b53ac15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5dc69766-31ac-45bc-936b-f0789b53ac15.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e143cecf-acd8-425b-9a3f-8e19c70cf559 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e143cecf-acd8-425b-9a3f-8e19c70cf559 .shogun-icon-wrapper {
  text-align: center;
}


#s-e143cecf-acd8-425b-9a3f-8e19c70cf559 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(131, 131, 131, 1);
}

#s-2ce057ac-ff1a-46f5-9c4a-f7abdcfd9255 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ce057ac-ff1a-46f5-9c4a-f7abdcfd9255 .shogun-heading-component h2 {
  color: rgba(131, 131, 131, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-35078f19-5e0d-4b61-9e43-6246879657c7 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-35078f19-5e0d-4b61-9e43-6246879657c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35078f19-5e0d-4b61-9e43-6246879657c7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c3c2a9c8-1849-4dfc-9bb5-066880852c24 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c3c2a9c8-1849-4dfc-9bb5-066880852c24 .shogun-icon-wrapper {
  text-align: center;
}


#s-c3c2a9c8-1849-4dfc-9bb5-066880852c24 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(131, 131, 131, 1);
}

#s-fea70513-de9f-400f-85c3-60e888828431 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fea70513-de9f-400f-85c3-60e888828431 .shogun-heading-component h2 {
  color: rgba(131, 131, 131, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-342da5de-8dfe-4227-ac13-6fa30d82ca3e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-58e7cbe1-ef2a-452b-a24b-4d30763049b9 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-58e7cbe1-ef2a-452b-a24b-4d30763049b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58e7cbe1-ef2a-452b-a24b-4d30763049b9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e94de90e-7583-4412-81e7-cfc34277d557 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e94de90e-7583-4412-81e7-cfc34277d557 .shogun-icon-wrapper {
  text-align: center;
}


#s-e94de90e-7583-4412-81e7-cfc34277d557 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(131, 131, 131, 1);
}

#s-317474c9-0c35-43f5-900c-18c9c0db1409 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-317474c9-0c35-43f5-900c-18c9c0db1409 .shogun-heading-component h2 {
  color: rgba(131, 131, 131, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ad6c5888-ac15-466c-a491-238e731d2a11 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-ad6c5888-ac15-466c-a491-238e731d2a11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad6c5888-ac15-466c-a491-238e731d2a11.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0101610b-ca86-4fe0-93c4-80a99df5b07a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0101610b-ca86-4fe0-93c4-80a99df5b07a .shogun-icon-wrapper {
  text-align: center;
}


#s-0101610b-ca86-4fe0-93c4-80a99df5b07a .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(131, 131, 131, 1);
}

#s-46e40325-32d0-41b7-badf-eb08c39fecb7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46e40325-32d0-41b7-badf-eb08c39fecb7 .shogun-heading-component h2 {
  color: rgba(131, 131, 131, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-01590f01-327a-49a1-9984-168b9dd3ca0a {
  min-height: 50px;
}








#s-01590f01-327a-49a1-9984-168b9dd3ca0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01590f01-327a-49a1-9984-168b9dd3ca0a.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a7a6d05e-9577-41c9-9f75-b6690687b0e9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  -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-0170a6cb-a1c0-4b09-bf3f-384c5f9ea3f3 {
  text-align: center;
}




  #s-0170a6cb-a1c0-4b09-bf3f-384c5f9ea3f3 img.shogun-image {
    
    width: px;
  }


#s-0170a6cb-a1c0-4b09-bf3f-384c5f9ea3f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-96a9e0d2-0451-4214-bbbe-b7d19e49e775 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-96a9e0d2-0451-4214-bbbe-b7d19e49e775 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96a9e0d2-0451-4214-bbbe-b7d19e49e775.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b2df847d-7bbe-4616-babc-c65533b9f18f {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b2df847d-7bbe-4616-babc-c65533b9f18f .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-090370d5-fe2e-436d-8ded-e71710de4624 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d7711d40-bf22-4d84-96dc-1c1656498c25"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-69124b84-f632-4db3-a461-b14f9e0066a2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2f954b77-12ce-4ff4-987c-e495352ea188 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c2561f14-5133-4f04-b6f4-0a7db02afd48 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-745ff9ab-da35-4768-a695-f7e4b7c6dec2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: right center;
}








#s-745ff9ab-da35-4768-a695-f7e4b7c6dec2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-745ff9ab-da35-4768-a695-f7e4b7c6dec2.shg-box.shg-c {
  justify-content: center;
}

#s-78ca89f0-6f7b-4114-a33e-8a02a90033bb {
  margin-left: 2%;
margin-right: 2%;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 800px;
background-color: rgba(245, 245, 245, 0.81);
}








#s-78ca89f0-6f7b-4114-a33e-8a02a90033bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78ca89f0-6f7b-4114-a33e-8a02a90033bb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-79326bce-f73b-4446-a755-000d1e287669 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79326bce-f73b-4446-a755-000d1e287669 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-55f3b119-8101-4bd8-95cc-432e08ce0378 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: left center;
}








#s-55f3b119-8101-4bd8-95cc-432e08ce0378 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55f3b119-8101-4bd8-95cc-432e08ce0378.shg-box.shg-c {
  justify-content: center;
}

#s-50996dbb-7eb9-4c80-b18d-9f5238e789fb {
  margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-50996dbb-7eb9-4c80-b18d-9f5238e789fb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8b2268e6-0bbb-4fde-808b-699bf30e3b52 {
  padding-top: 2%;
padding-left: 3%;
padding-bottom: 2%;
padding-right: 3%;
min-height: 50px;
background-color: rgba(245, 245, 245, 0.81);
}








#s-8b2268e6-0bbb-4fde-808b-699bf30e3b52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b2268e6-0bbb-4fde-808b-699bf30e3b52.shg-box.shg-c {
  justify-content: flex-start;
}

#s-49665ecd-8d4f-4328-9d58-a7bb8c5e60ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-49665ecd-8d4f-4328-9d58-a7bb8c5e60ae .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1ca72cdd-90ce-4776-b450-ac8ac42fb636 {
  background-size: cover;
min-height: 500px;
background-position: left center;
}








#s-1ca72cdd-90ce-4776-b450-ac8ac42fb636 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ca72cdd-90ce-4776-b450-ac8ac42fb636.shg-box.shg-c {
  justify-content: center;
}

#s-638469c0-9f89-495f-8976-415dec763a83 {
  margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-638469c0-9f89-495f-8976-415dec763a83"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3967ff31-0705-4734-9976-cd1ab30a4087 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 800px;
background-color: rgba(255, 255, 255, 0.81);
}








#s-3967ff31-0705-4734-9976-cd1ab30a4087 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3967ff31-0705-4734-9976-cd1ab30a4087.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a85fe84f-c16e-4217-8c44-7a1022663176 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a85fe84f-c16e-4217-8c44-7a1022663176 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a5acdd46-991d-4390-a59a-6961c886b975 {
  text-align: center;
}




  #s-a5acdd46-991d-4390-a59a-6961c886b975 img.shogun-image {
    
    width: px;
  }


#s-a5acdd46-991d-4390-a59a-6961c886b975 .shogun-image-content {
  
    align-items: center;
  
}

#s-b81aa7e4-0bfe-4f97-b36f-6e93cb508331 {
  background-size: cover;
min-height: 500px;
background-position: left center;
background-color: rgba(242, 242, 242, 1);
}








#s-b81aa7e4-0bfe-4f97-b36f-6e93cb508331 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b81aa7e4-0bfe-4f97-b36f-6e93cb508331.shg-box.shg-c {
  justify-content: center;
}

#s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(238, 238, 238, 0);
}

@media (min-width: 0px) {
[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-edfdd7ee-d6bf-42a5-88c7-c8fa81deaba9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fe937d12-c9fd-44f7-868b-cfaf5c098449 {
  text-align: center;
}




  #s-fe937d12-c9fd-44f7-868b-cfaf5c098449 img.shogun-image {
    
    width: px;
  }


#s-fe937d12-c9fd-44f7-868b-cfaf5c098449 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e3c9b03-9a3a-413d-a516-cd76005c32df {
  margin-left: 15px;
margin-right: 15px;
}

#s-5d3e06b4-f1dd-437b-9fb5-859e61e07ea9 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 800px;
background-color: rgba(255, 255, 255, 0);
}








#s-5d3e06b4-f1dd-437b-9fb5-859e61e07ea9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d3e06b4-f1dd-437b-9fb5-859e61e07ea9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c0474647-b4d8-44e6-8f1b-ca0744cdfd4e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c0474647-b4d8-44e6-8f1b-ca0744cdfd4e .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-26cf21d5-2d0b-484d-aad7-12b22c215989 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 40px;
padding-left: 50px;
padding-bottom: 40px;
padding-right: 50px;
background-color: rgba(240, 240, 240, 1);
}

@media (min-width: 0px) {
[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-26cf21d5-2d0b-484d-aad7-12b22c215989"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 0px) {
[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-80674441-447e-4179-8552-a9a4b215143f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-dd5365ec-a2ad-4118-ac95-13db172dd9b9 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-dd5365ec-a2ad-4118-ac95-13db172dd9b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd5365ec-a2ad-4118-ac95-13db172dd9b9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-970d5087-4e9b-47d4-8ec3-678fc15fcfe4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-970d5087-4e9b-47d4-8ec3-678fc15fcfe4 .shogun-icon-wrapper {
  text-align: center;
}


#s-970d5087-4e9b-47d4-8ec3-678fc15fcfe4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(131, 131, 131, 1);
}

#s-2f9f423b-d6a0-43fd-9419-c7460678313c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f9f423b-d6a0-43fd-9419-c7460678313c .shogun-heading-component h2 {
  color: rgba(131, 131, 131, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-776dde6e-828d-4c3d-ae5d-78b001b20889 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-776dde6e-828d-4c3d-ae5d-78b001b20889 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-776dde6e-828d-4c3d-ae5d-78b001b20889.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a895d9ea-3d5c-4bb0-a3a8-e6129e42a183 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a895d9ea-3d5c-4bb0-a3a8-e6129e42a183 .shogun-icon-wrapper {
  text-align: center;
}


#s-a895d9ea-3d5c-4bb0-a3a8-e6129e42a183 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(131, 131, 131, 1);
}

#s-14a2163e-8bf0-459e-b71c-84d793b5a51d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14a2163e-8bf0-459e-b71c-84d793b5a51d .shogun-heading-component h2 {
  color: rgba(131, 131, 131, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-77d3852a-72fb-41c8-80de-73d40f1eac06"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-35aa18b9-ea31-40a9-8081-a34dc3681b3b {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-35aa18b9-ea31-40a9-8081-a34dc3681b3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35aa18b9-ea31-40a9-8081-a34dc3681b3b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0221203d-e36d-44a5-b3b4-0fb17601ab66 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0221203d-e36d-44a5-b3b4-0fb17601ab66 .shogun-icon-wrapper {
  text-align: center;
}


#s-0221203d-e36d-44a5-b3b4-0fb17601ab66 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(131, 131, 131, 1);
}

#s-ceaa9eac-30e0-4190-bf5a-28ac59e8b514 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ceaa9eac-30e0-4190-bf5a-28ac59e8b514 .shogun-heading-component h2 {
  color: rgba(131, 131, 131, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0878380e-01f5-4fbe-9044-2b48a58931b2 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-0878380e-01f5-4fbe-9044-2b48a58931b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0878380e-01f5-4fbe-9044-2b48a58931b2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3bfc825a-5539-4e2f-a93d-a4f789753b0e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3bfc825a-5539-4e2f-a93d-a4f789753b0e .shogun-icon-wrapper {
  text-align: center;
}


#s-3bfc825a-5539-4e2f-a93d-a4f789753b0e .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(131, 131, 131, 1);
}

#s-e1004ec6-5486-445a-8f0f-56d53d24e102 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e1004ec6-5486-445a-8f0f-56d53d24e102 .shogun-heading-component h2 {
  color: rgba(131, 131, 131, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-43680d63-f2ce-4aa6-928c-ecde86ee871e {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-43680d63-f2ce-4aa6-928c-ecde86ee871e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43680d63-f2ce-4aa6-928c-ecde86ee871e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-03206917-395b-4cb6-be63-ddd78ed02258 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03206917-395b-4cb6-be63-ddd78ed02258 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4af2d55d-903a-4948-9ebd-8bde9194583d {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

#s-fa33d941-dcd9-42c6-b766-ee618b32971c {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fa33d941-dcd9-42c6-b766-ee618b32971c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-59f19be3-2fe3-4e21-8841-7e2bc8355838"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f10c8d41-c775-47ce-b745-62200e25e61e {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-f10c8d41-c775-47ce-b745-62200e25e61e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f10c8d41-c775-47ce-b745-62200e25e61e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b4da1dd0-602b-401b-a19f-d3b2f55ac9c8 {
  text-align: center;
}




  #s-b4da1dd0-602b-401b-a19f-d3b2f55ac9c8 img.shogun-image {
    
    width: px;
  }


#s-b4da1dd0-602b-401b-a19f-d3b2f55ac9c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-94ae48c4-ec4f-4707-8c46-e7fb335ff8ca {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-94ae48c4-ec4f-4707-8c46-e7fb335ff8ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94ae48c4-ec4f-4707-8c46-e7fb335ff8ca.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bf171713-cb9d-46c7-9317-6a27ff390bbe {
  text-align: center;
}




  #s-bf171713-cb9d-46c7-9317-6a27ff390bbe img.shogun-image {
    
    width: px;
  }


#s-bf171713-cb9d-46c7-9317-6a27ff390bbe .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-04289dbd-ba4f-4c9d-8d66-8a03147b3b86"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-19fa30b1-f998-4317-a804-e6085bc9d86b {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-19fa30b1-f998-4317-a804-e6085bc9d86b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19fa30b1-f998-4317-a804-e6085bc9d86b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a08153de-2791-4508-af17-50135bf208ec {
  text-align: center;
}




  #s-a08153de-2791-4508-af17-50135bf208ec img.shogun-image {
    
    width: px;
  }


#s-a08153de-2791-4508-af17-50135bf208ec .shogun-image-content {
  
    align-items: center;
  
}

#s-5b74589b-5196-4ba7-b072-ffe0ffedf93b {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-5b74589b-5196-4ba7-b072-ffe0ffedf93b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b74589b-5196-4ba7-b072-ffe0ffedf93b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ee921052-f3a2-482a-b80a-be1f42a3ea90 {
  text-align: center;
}




  #s-ee921052-f3a2-482a-b80a-be1f42a3ea90 img.shogun-image {
    
    width: px;
  }


#s-ee921052-f3a2-482a-b80a-be1f42a3ea90 .shogun-image-content {
  
    align-items: center;
  
}

#s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c89b29db-b03b-47dd-a95d-3b4f0025a1e3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-57f15e2c-7bd6-4edf-bad7-543766c27f39"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-136d9643-8f70-43d9-8d63-ac253726d499 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-136d9643-8f70-43d9-8d63-ac253726d499 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-136d9643-8f70-43d9-8d63-ac253726d499.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fd13dcde-df9c-4f83-bf28-8061b295a50b {
  text-align: center;
}




  #s-fd13dcde-df9c-4f83-bf28-8061b295a50b img.shogun-image {
    
    width: px;
  }


#s-fd13dcde-df9c-4f83-bf28-8061b295a50b .shogun-image-content {
  
    align-items: center;
  
}

#s-c5600ecf-03c7-4a64-9daf-5a6720972a5f {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-c5600ecf-03c7-4a64-9daf-5a6720972a5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5600ecf-03c7-4a64-9daf-5a6720972a5f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f8e97af7-8f00-4cc8-a34c-5f1983220a4c {
  text-align: center;
}




  #s-f8e97af7-8f00-4cc8-a34c-5f1983220a4c img.shogun-image {
    
    width: px;
  }


#s-f8e97af7-8f00-4cc8-a34c-5f1983220a4c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2616669c-20bf-4f36-8a94-bd45ce055e00"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c3373b3b-8c1c-426f-b5c3-5a5200d079e1 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-c3373b3b-8c1c-426f-b5c3-5a5200d079e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3373b3b-8c1c-426f-b5c3-5a5200d079e1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-be278631-45a9-4ae0-8bfe-295af9d31c67 {
  text-align: center;
}




  #s-be278631-45a9-4ae0-8bfe-295af9d31c67 img.shogun-image {
    
    width: px;
  }


#s-be278631-45a9-4ae0-8bfe-295af9d31c67 .shogun-image-content {
  
    align-items: center;
  
}

#s-469b94fc-e272-422b-849e-537e209d3ac1 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-469b94fc-e272-422b-849e-537e209d3ac1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-469b94fc-e272-422b-849e-537e209d3ac1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0fffb33d-ea3f-451e-8b6d-e6b13e02e2c1 {
  text-align: center;
}




  #s-0fffb33d-ea3f-451e-8b6d-e6b13e02e2c1 img.shogun-image {
    
    width: px;
  }


#s-0fffb33d-ea3f-451e-8b6d-e6b13e02e2c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-209e76d6-bc26-4fbc-81e5-ea5c9f8f5506 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-209e76d6-bc26-4fbc-81e5-ea5c9f8f5506 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-209e76d6-bc26-4fbc-81e5-ea5c9f8f5506.shg-box.shg-c {
  justify-content: center;
}

#s-0a9e5637-7035-477b-9c64-be9b0e3516aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a9e5637-7035-477b-9c64-be9b0e3516aa .shogun-heading-component h3 {
  color: rgba(141, 198, 63, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ebfcdd37-6372-440c-90b9-406c9eee70d2 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

#s-956ae6f2-a8f5-49e9-9eec-53ae56aa3046 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
max-width: 800px;
}

/*
  $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;
  }
}

#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;
}
