.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-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}







#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0%;
padding-bottom: 0%;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (max-width: 767px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}







#s-5b6466bb-abca-408e-ad65-9f0b49172d7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b6466bb-abca-408e-ad65-9f0b49172d7a.shg-box.shg-c {
  justify-content: flex-start;
}

.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-e27fc3f7-e8d7-42cc-bc98-0a39fa64022d {
  min-height: 200px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e27fc3f7-e8d7-42cc-bc98-0a39fa64022d {
  
}
}@media (max-width: 767px){#s-e27fc3f7-e8d7-42cc-bc98-0a39fa64022d {
  margin-left: 10%;
margin-right: 10%;
}
}



  #s-e27fc3f7-e8d7-42cc-bc98-0a39fa64022d img.shogun-image {
    
    width: px;
  }


#s-e27fc3f7-e8d7-42cc-bc98-0a39fa64022d .shogun-image-content {
  
    align-items: 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-cfab5e9b-1d7e-4283-93fb-78d64ced28aa {
  margin-top: 0px;
margin-bottom: -20px;
padding-top: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cfab5e9b-1d7e-4283-93fb-78d64ced28aa {
  
}
}@media (max-width: 767px){#s-cfab5e9b-1d7e-4283-93fb-78d64ced28aa {
  display: none;
}
#s-cfab5e9b-1d7e-4283-93fb-78d64ced28aa, #wrap-s-cfab5e9b-1d7e-4283-93fb-78d64ced28aa { display:none !important; }}
#s-d489c81d-c2ac-4db7-b739-abb2a6a768ad {
  margin-top: 0px;
margin-bottom: -20px;
padding-top: 0px;
}
@media (min-width: 1200px){#s-d489c81d-c2ac-4db7-b739-abb2a6a768ad {
  display: none;
}
#s-d489c81d-c2ac-4db7-b739-abb2a6a768ad, #wrap-s-d489c81d-c2ac-4db7-b739-abb2a6a768ad { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d489c81d-c2ac-4db7-b739-abb2a6a768ad {
  display: none;
}
#s-d489c81d-c2ac-4db7-b739-abb2a6a768ad, #wrap-s-d489c81d-c2ac-4db7-b739-abb2a6a768ad { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d489c81d-c2ac-4db7-b739-abb2a6a768ad {
  display: none;
}
#s-d489c81d-c2ac-4db7-b739-abb2a6a768ad, #wrap-s-d489c81d-c2ac-4db7-b739-abb2a6a768ad { display:none !important; }}@media (max-width: 767px){#s-d489c81d-c2ac-4db7-b739-abb2a6a768ad {
  
}
}
#s-e6e70f24-2e2e-4bf6-a143-011603e02fdb {
  min-height: 50px;
}








#s-e6e70f24-2e2e-4bf6-a143-011603e02fdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6e70f24-2e2e-4bf6-a143-011603e02fdb.shg-box.shg-c {
  justify-content: center;
}

#s-c7888b05-28a6-4383-b8ba-28dc41b0fecd {
  text-align: center;
}
@media (min-width: 1200px){#s-c7888b05-28a6-4383-b8ba-28dc41b0fecd {
  display: none;
}
#s-c7888b05-28a6-4383-b8ba-28dc41b0fecd, #wrap-s-c7888b05-28a6-4383-b8ba-28dc41b0fecd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7888b05-28a6-4383-b8ba-28dc41b0fecd {
  display: none;
}
#s-c7888b05-28a6-4383-b8ba-28dc41b0fecd, #wrap-s-c7888b05-28a6-4383-b8ba-28dc41b0fecd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c7888b05-28a6-4383-b8ba-28dc41b0fecd {
  display: none;
}
#s-c7888b05-28a6-4383-b8ba-28dc41b0fecd, #wrap-s-c7888b05-28a6-4383-b8ba-28dc41b0fecd { display:none !important; }}@media (max-width: 767px){#s-c7888b05-28a6-4383-b8ba-28dc41b0fecd {
  display: none;
}
#s-c7888b05-28a6-4383-b8ba-28dc41b0fecd, #wrap-s-c7888b05-28a6-4383-b8ba-28dc41b0fecd { display:none !important; }}



  #s-c7888b05-28a6-4383-b8ba-28dc41b0fecd img.shogun-image {
    
    width: px;
  }


#s-c7888b05-28a6-4383-b8ba-28dc41b0fecd .shogun-image-content {
  
    align-items:  flex-start;
  
}

.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-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353 {
  margin-top: 0%;
margin-left: 4%;
margin-bottom: 0%;
margin-right: 4%;
padding-top: 3%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cbcb8fb5-2d4f-40af-bfbb-837b5ed29353"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d46f581d-72f5-49c8-ac6b-a7b3d2547dc6 {
  text-align: center;
}




  #s-d46f581d-72f5-49c8-ac6b-a7b3d2547dc6 img.shogun-image {
    
    width: px;
  }


#s-d46f581d-72f5-49c8-ac6b-a7b3d2547dc6 .shogun-image-content {
  
    align-items: center;
  
}

#s-615663ff-6fc8-4009-9190-0e7d7f1c34ce {
  margin-top: 9%;
margin-bottom: 10%;
}
@media (max-width: 767px){#s-615663ff-6fc8-4009-9190-0e7d7f1c34ce {
  
}
}
#s-28939f7c-95bb-4a79-b80d-1224af391144 {
  min-height: 50px;
}








#s-28939f7c-95bb-4a79-b80d-1224af391144 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28939f7c-95bb-4a79-b80d-1224af391144.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-20be185a-4bc2-440d-aaf0-b8d856acb523 {
  
}
}
.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-abad602d-1627-4d7c-9f26-9a679738ccbc {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 2%;
padding-left: 20px;
padding-bottom: 2%;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 134, 31, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-abad602d-1627-4d7c-9f26-9a679738ccbc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-abad602d-1627-4d7c-9f26-9a679738ccbc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-abad602d-1627-4d7c-9f26-9a679738ccbc.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}

#s-5fbf54d9-b280-4aeb-8110-6d3d97e0c3eb {
  padding-left: 15%;
padding-right: 15%;
}

#s-5fbf54d9-b280-4aeb-8110-6d3d97e0c3eb hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-348afa72-b607-42d3-ad1e-447f96d8c34f {
  margin-top: 0%;
margin-bottom: 3%;
}

#s-42b7de37-da2f-4dfb-875b-2c5590a1f1d5 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-42b7de37-da2f-4dfb-875b-2c5590a1f1d5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-42b7de37-da2f-4dfb-875b-2c5590a1f1d5.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-42b7de37-da2f-4dfb-875b-2c5590a1f1d5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-42b7de37-da2f-4dfb-875b-2c5590a1f1d5.shg-box.shg-c {
  justify-content: center;
}
}@media (max-width: 767px){






#s-42b7de37-da2f-4dfb-875b-2c5590a1f1d5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.7;
}#s-42b7de37-da2f-4dfb-875b-2c5590a1f1d5.shg-box.shg-c {
  justify-content: center;
}
}
#s-a4a2bd00-b7f3-4445-82fa-71a90b802256 {
  padding-top: 0px;
padding-left: 14%;
padding-bottom: 0px;
padding-right: 14%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a4a2bd00-b7f3-4445-82fa-71a90b802256 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a4a2bd00-b7f3-4445-82fa-71a90b802256 {
  display: none;
}
#s-a4a2bd00-b7f3-4445-82fa-71a90b802256, #wrap-s-a4a2bd00-b7f3-4445-82fa-71a90b802256 { display:none !important; }}@media (max-width: 767px){#s-a4a2bd00-b7f3-4445-82fa-71a90b802256 {
  display: none;
}
#s-a4a2bd00-b7f3-4445-82fa-71a90b802256, #wrap-s-a4a2bd00-b7f3-4445-82fa-71a90b802256 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a4a2bd00-b7f3-4445-82fa-71a90b802256"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7868b3c2-40f3-4387-a5d8-b2de139f0a4d {
  margin-top: -50px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: -20%;
}
@media (min-width: 1200px){#s-7868b3c2-40f3-4387-a5d8-b2de139f0a4d {
  margin-top: 50px;
margin-bottom: 30px;
padding-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7868b3c2-40f3-4387-a5d8-b2de139f0a4d {
  margin-top: 50px;
margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7868b3c2-40f3-4387-a5d8-b2de139f0a4d {
  display: none;
}
#s-7868b3c2-40f3-4387-a5d8-b2de139f0a4d, #wrap-s-7868b3c2-40f3-4387-a5d8-b2de139f0a4d { display:none !important; }}@media (max-width: 767px){#s-7868b3c2-40f3-4387-a5d8-b2de139f0a4d {
  display: none;
}
#s-7868b3c2-40f3-4387-a5d8-b2de139f0a4d, #wrap-s-7868b3c2-40f3-4387-a5d8-b2de139f0a4d { display:none !important; }}
#s-8be57031-344f-47b8-acb8-14d66f94158c {
  margin-top: 1%;
margin-left: 10%;
margin-bottom: 1%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-8be57031-344f-47b8-acb8-14d66f94158c {
  margin-left: 10%;
margin-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8be57031-344f-47b8-acb8-14d66f94158c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-badc5567-40f9-4064-b813-3be61e761896 .shogun-icon-wrapper {
  text-align: center;
}


#s-badc5567-40f9-4064-b813-3be61e761896 .shogun-icon-wrapper > .shogun-icon {

  font-size: 34px !important;
  color: rgba(255, 255, 255, 1);
}

#s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5 {
  margin-top: 1px;
margin-left: 10%;
margin-bottom: 1px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0f023c36-7c16-4271-a5ed-bb64ec2e0df5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e98371c6-8908-4d50-99a0-4cd959f1319e .shogun-icon-wrapper {
  text-align: center;
}


#s-e98371c6-8908-4d50-99a0-4cd959f1319e .shogun-icon-wrapper > .shogun-icon {

  font-size: 34px !important;
  color: rgba(255, 255, 255, 1);
}

#s-bd4ffbab-58e8-4b62-b835-ea98c2f000db {
  margin-top: 1%;
margin-left: 10%;
margin-bottom: 1%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bd4ffbab-58e8-4b62-b835-ea98c2f000db"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2e03f98c-4a2a-440f-a1d4-1717f5d72b5b .shogun-icon-wrapper {
  text-align: center;
}


#s-2e03f98c-4a2a-440f-a1d4-1717f5d72b5b .shogun-icon-wrapper > .shogun-icon {

  font-size: 34px !important;
  color: rgba(255, 255, 255, 1);
}

#s-98988c12-ff07-42cc-a394-393a5b942a36 {
  margin-top: 1%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-98988c12-ff07-42cc-a394-393a5b942a36"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px){#s-3eead3d9-ae51-4f02-ba0f-0e1ae6215209 {
  padding-top: 2px;
padding-bottom: 2px;
}
}
#s-3eead3d9-ae51-4f02-ba0f-0e1ae6215209 .shogun-icon-wrapper {
  text-align: center;
}


#s-3eead3d9-ae51-4f02-ba0f-0e1ae6215209 .shogun-icon-wrapper > .shogun-icon {

  font-size: 34px !important;
  color: rgba(255, 255, 255, 1);
}

#s-f58a8729-57b5-4a76-be6c-70b5bcd4935f {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-f58a8729-57b5-4a76-be6c-70b5bcd4935f {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04 {
  padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
}
@media (min-width: 1200px){#s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04 {
  display: none;
}
#s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04, #wrap-s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04 {
  display: none;
}
#s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04, #wrap-s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04 {
  
}
}@media (max-width: 767px){#s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04 {
  
}
}
@media (min-width: 0px) {
[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b0e2b5fc-00b7-4e6d-b219-453c447dbf04"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-a29eb312-fd26-46fe-bef4-d30feae141c6 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (max-width: 767px){#s-a29eb312-fd26-46fe-bef4-d30feae141c6 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-94b972bb-2afb-4911-a606-8f37aa62c3c2 {
  margin-top: 1%;
margin-left: 5%;
margin-bottom: 1%;
margin-right: 7%;
}
@media (min-width: 1200px){#s-94b972bb-2afb-4911-a606-8f37aa62c3c2 {
  display: none;
}
#s-94b972bb-2afb-4911-a606-8f37aa62c3c2, #wrap-s-94b972bb-2afb-4911-a606-8f37aa62c3c2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-94b972bb-2afb-4911-a606-8f37aa62c3c2 {
  display: none;
}
#s-94b972bb-2afb-4911-a606-8f37aa62c3c2, #wrap-s-94b972bb-2afb-4911-a606-8f37aa62c3c2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-94b972bb-2afb-4911-a606-8f37aa62c3c2 {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-94b972bb-2afb-4911-a606-8f37aa62c3c2 {
  margin-top: 5%;
margin-left: 2%;
margin-bottom: 5%;
margin-right: 5%;
}
}
#s-9495b731-dced-428a-b02f-5f7c0edb8708 {
  margin-top: 5%;
}

@media (min-width: 0px) {
[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.5px);
}

[id="s-9495b731-dced-428a-b02f-5f7c0edb8708"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.5px);
}

}

#s-251690e5-147b-4bc3-ba86-379fec3a8074 {
  margin-top: 1%;
margin-left: 10%;
margin-bottom: 1%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-251690e5-147b-4bc3-ba86-379fec3a8074"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-628391a2-10ee-4784-944c-d66533088c11 .shogun-icon-wrapper {
  text-align: center;
}


#s-628391a2-10ee-4784-944c-d66533088c11 .shogun-icon-wrapper > .shogun-icon {

  font-size: 34px !important;
  color: rgba(255, 255, 255, 1);
}

#s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5 {
  margin-top: 1px;
margin-left: 10%;
margin-bottom: 1px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f1f750a1-8a31-42ed-9a39-ec0696ac80f5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e440b44f-9a5e-4410-9cd8-02028ec6b37b .shogun-icon-wrapper {
  text-align: center;
}


#s-e440b44f-9a5e-4410-9cd8-02028ec6b37b .shogun-icon-wrapper > .shogun-icon {

  font-size: 34px !important;
  color: rgba(255, 255, 255, 1);
}

#s-32fbf741-3c75-4ab9-bde8-70a86e7638f8 {
  margin-top: 3%;
}

@media (min-width: 0px) {
[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-32fbf741-3c75-4ab9-bde8-70a86e7638f8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1 {
  margin-top: 1%;
margin-left: 10%;
margin-bottom: 1%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f764e1b4-c17f-4fe4-bb9c-f22ae84195b1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8dc00966-a56a-4bb0-b4d1-062a41a7b9e3 .shogun-icon-wrapper {
  text-align: center;
}


#s-8dc00966-a56a-4bb0-b4d1-062a41a7b9e3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 34px !important;
  color: rgba(255, 255, 255, 1);
}

#s-c2170bed-13eb-41f0-9cd5-b5455e0dd564 {
  margin-top: 1px;
margin-left: 10%;
margin-bottom: 1px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c2170bed-13eb-41f0-9cd5-b5455e0dd564"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1085df59-8e25-47fa-9a35-732550804358 .shogun-icon-wrapper {
  text-align: center;
}


#s-1085df59-8e25-47fa-9a35-732550804358 .shogun-icon-wrapper > .shogun-icon {

  font-size: 34px !important;
  color: rgba(255, 255, 255, 1);
}

#s-bee12948-d3b9-4ec2-ac75-16fbb322668c {
  padding-top: 1%;
padding-left: 0%;
padding-bottom: 1%;
padding-right: 0%;
min-height: 50px;
}








#s-bee12948-d3b9-4ec2-ac75-16fbb322668c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bee12948-d3b9-4ec2-ac75-16fbb322668c.shg-box.shg-c {
  justify-content: center;
}

#s-212495a7-e55b-45b4-9374-239630868494 {
  padding-top: 1%;
padding-bottom: 1%;
}
@media (min-width: 1200px){#s-212495a7-e55b-45b4-9374-239630868494 {
  display: none;
}
#s-212495a7-e55b-45b4-9374-239630868494, #wrap-s-212495a7-e55b-45b4-9374-239630868494 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-212495a7-e55b-45b4-9374-239630868494 {
  display: none;
}
#s-212495a7-e55b-45b4-9374-239630868494, #wrap-s-212495a7-e55b-45b4-9374-239630868494 { display:none !important; }}







#s-212495a7-e55b-45b4-9374-239630868494 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-212495a7-e55b-45b4-9374-239630868494.shg-box.shg-c {
  justify-content: center;
}

#s-47bce403-aa7b-4ff1-a952-147c2e0051ac {
  margin-top: 2%;
margin-left: 7%;
margin-right: 2px;
}
@media (min-width: 1200px){#s-47bce403-aa7b-4ff1-a952-147c2e0051ac {
  display: none;
}
#s-47bce403-aa7b-4ff1-a952-147c2e0051ac, #wrap-s-47bce403-aa7b-4ff1-a952-147c2e0051ac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-47bce403-aa7b-4ff1-a952-147c2e0051ac {
  display: none;
}
#s-47bce403-aa7b-4ff1-a952-147c2e0051ac, #wrap-s-47bce403-aa7b-4ff1-a952-147c2e0051ac { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-47bce403-aa7b-4ff1-a952-147c2e0051ac {
  margin-left: 5%;
margin-right: 35px;
}
}@media (max-width: 767px){#s-47bce403-aa7b-4ff1-a952-147c2e0051ac {
  margin-left: 4%;
margin-right: 35px;
}
}
#s-1cd7cb45-4664-4dcd-8b5c-f4aac18a4dfd {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-1cd7cb45-4664-4dcd-8b5c-f4aac18a4dfd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cd7cb45-4664-4dcd-8b5c-f4aac18a4dfd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1cd7cb45-4664-4dcd-8b5c-f4aac18a4dfd {
  margin-left: 5%;
margin-right: 5%;
display: none;
}
#s-1cd7cb45-4664-4dcd-8b5c-f4aac18a4dfd, #wrap-s-1cd7cb45-4664-4dcd-8b5c-f4aac18a4dfd { display:none !important; }}@media (max-width: 767px){#s-1cd7cb45-4664-4dcd-8b5c-f4aac18a4dfd {
  margin-left: 5%;
margin-right: 5%;
display: none;
}
#s-1cd7cb45-4664-4dcd-8b5c-f4aac18a4dfd, #wrap-s-1cd7cb45-4664-4dcd-8b5c-f4aac18a4dfd { display:none !important; }}
#s-b64f021e-e667-4e35-97c2-e094317cf380 {
  margin-left: 9%;
margin-right: 9%;
}
@media (min-width: 1200px){#s-b64f021e-e667-4e35-97c2-e094317cf380 {
  margin-top: 0px;
margin-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b64f021e-e667-4e35-97c2-e094317cf380 {
  margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b64f021e-e667-4e35-97c2-e094317cf380 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-b64f021e-e667-4e35-97c2-e094317cf380 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b64f021e-e667-4e35-97c2-e094317cf380"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-348d2321-3e1a-45b8-849b-7a735d6b0045 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-348d2321-3e1a-45b8-849b-7a735d6b0045 {
  margin-top: -150px;
margin-bottom: -150px;
padding-top: 200px;
padding-bottom: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-348d2321-3e1a-45b8-849b-7a735d6b0045 {
  margin-top: -100px;
margin-bottom: -100px;
padding-top: 150px;
padding-bottom: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-348d2321-3e1a-45b8-849b-7a735d6b0045 {
  
}
}@media (max-width: 767px){#s-348d2321-3e1a-45b8-849b-7a735d6b0045 {
  margin-left: 0%;
margin-right: 0%;
}
}



  #s-348d2321-3e1a-45b8-849b-7a735d6b0045 img.shogun-image {
    
    width: px;
  }


#s-348d2321-3e1a-45b8-849b-7a735d6b0045 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4360fb0-2abb-4e7e-875d-672ffbf2e71d {
  margin-top: 10%;
margin-left: 5%;
margin-bottom: 10%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e4360fb0-2abb-4e7e-875d-672ffbf2e71d {
  display: none;
}
#s-e4360fb0-2abb-4e7e-875d-672ffbf2e71d, #wrap-s-e4360fb0-2abb-4e7e-875d-672ffbf2e71d { display:none !important; }}@media (max-width: 767px){#s-e4360fb0-2abb-4e7e-875d-672ffbf2e71d {
  display: none;
}
#s-e4360fb0-2abb-4e7e-875d-672ffbf2e71d, #wrap-s-e4360fb0-2abb-4e7e-875d-672ffbf2e71d { display:none !important; }}
#s-0d4a04b4-9dbd-4cf0-b076-40a44f0a0edf {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-0d4a04b4-9dbd-4cf0-b076-40a44f0a0edf > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-0d4a04b4-9dbd-4cf0-b076-40a44f0a0edf.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-0d4a04b4-9dbd-4cf0-b076-40a44f0a0edf > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-0d4a04b4-9dbd-4cf0-b076-40a44f0a0edf.shg-box.shg-c {
  justify-content: center;
}
}@media (min-width: 992px) and (max-width: 1199px){






#s-0d4a04b4-9dbd-4cf0-b076-40a44f0a0edf > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-0d4a04b4-9dbd-4cf0-b076-40a44f0a0edf.shg-box.shg-c {
  justify-content: center;
}
}@media (min-width: 768px) and (max-width: 991px){






#s-0d4a04b4-9dbd-4cf0-b076-40a44f0a0edf > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.7999999999999999;
}#s-0d4a04b4-9dbd-4cf0-b076-40a44f0a0edf.shg-box.shg-c {
  justify-content: center;
}
}@media (max-width: 767px){






#s-0d4a04b4-9dbd-4cf0-b076-40a44f0a0edf > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.7999999999999999;
}#s-0d4a04b4-9dbd-4cf0-b076-40a44f0a0edf.shg-box.shg-c {
  justify-content: center;
}
}
#s-ba54d759-d69e-45e0-a4ee-2c98cf1a5035 {
  margin-top: 60px;
margin-left: 10%;
margin-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ba54d759-d69e-45e0-a4ee-2c98cf1a5035 {
  margin-left: 5%;
margin-right: 5%;
display: none;
}
#s-ba54d759-d69e-45e0-a4ee-2c98cf1a5035, #wrap-s-ba54d759-d69e-45e0-a4ee-2c98cf1a5035 { display:none !important; }}@media (max-width: 767px){#s-ba54d759-d69e-45e0-a4ee-2c98cf1a5035 {
  margin-right: 36px;
display: none;
}
#s-ba54d759-d69e-45e0-a4ee-2c98cf1a5035, #wrap-s-ba54d759-d69e-45e0-a4ee-2c98cf1a5035 { display:none !important; }}
#s-813c61f4-3a27-4e5e-b88a-4813366caa16 {
  margin-top: 60px;
margin-left: 10%;
margin-bottom: 50px;
}
@media (min-width: 1200px){#s-813c61f4-3a27-4e5e-b88a-4813366caa16 {
  display: none;
}
#s-813c61f4-3a27-4e5e-b88a-4813366caa16, #wrap-s-813c61f4-3a27-4e5e-b88a-4813366caa16 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-813c61f4-3a27-4e5e-b88a-4813366caa16 {
  display: none;
}
#s-813c61f4-3a27-4e5e-b88a-4813366caa16, #wrap-s-813c61f4-3a27-4e5e-b88a-4813366caa16 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-813c61f4-3a27-4e5e-b88a-4813366caa16 {
  margin-left: 5%;
margin-right: 5%;
display: none;
}
#s-813c61f4-3a27-4e5e-b88a-4813366caa16, #wrap-s-813c61f4-3a27-4e5e-b88a-4813366caa16 { display:none !important; }}@media (max-width: 767px){#s-813c61f4-3a27-4e5e-b88a-4813366caa16 {
  margin-left: 7%;
margin-right: 7%;
}
}
#s-90879c3e-f954-4717-b56f-67bb20d7a849 {
  margin-top: 50px;
margin-left: 10%;
margin-bottom: 30px;
}
@media (min-width: 1200px){#s-90879c3e-f954-4717-b56f-67bb20d7a849 {
  display: none;
}
#s-90879c3e-f954-4717-b56f-67bb20d7a849, #wrap-s-90879c3e-f954-4717-b56f-67bb20d7a849 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-90879c3e-f954-4717-b56f-67bb20d7a849 {
  display: none;
}
#s-90879c3e-f954-4717-b56f-67bb20d7a849, #wrap-s-90879c3e-f954-4717-b56f-67bb20d7a849 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-90879c3e-f954-4717-b56f-67bb20d7a849 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-90879c3e-f954-4717-b56f-67bb20d7a849 {
  margin-right: 36px;
display: none;
}
#s-90879c3e-f954-4717-b56f-67bb20d7a849, #wrap-s-90879c3e-f954-4717-b56f-67bb20d7a849 { display:none !important; }}
#s-2d6f67ee-7900-4da3-b1dd-3e760442cb38 {
  margin-top: 1%;
margin-left: 11%;
margin-bottom: 1%;
margin-right: 11%;
padding-top: 0%;
}

@media (min-width: 0px) {
[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2d6f67ee-7900-4da3-b1dd-3e760442cb38"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a409ee24-94a7-4373-8a2e-12920c9f8853 {
  padding-top: 50px;
}
@media (min-width: 1200px){#s-a409ee24-94a7-4373-8a2e-12920c9f8853 {
  display: none;
}
#s-a409ee24-94a7-4373-8a2e-12920c9f8853, #wrap-s-a409ee24-94a7-4373-8a2e-12920c9f8853 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a409ee24-94a7-4373-8a2e-12920c9f8853 {
  display: none;
}
#s-a409ee24-94a7-4373-8a2e-12920c9f8853, #wrap-s-a409ee24-94a7-4373-8a2e-12920c9f8853 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a409ee24-94a7-4373-8a2e-12920c9f8853 {
  margin-left: -8%;
margin-right: -8%;
}
}@media (max-width: 767px){#s-a409ee24-94a7-4373-8a2e-12920c9f8853 {
  margin-top: 30px;
margin-left: -19%;
margin-bottom: 30px;
margin-right: -19%;
padding-top: 0px;
padding-left: 50px;
padding-right: 35px;
}
}
#s-5b25d3ea-7526-41c2-b437-3a90b9ee6f71 {
  padding-top: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5b25d3ea-7526-41c2-b437-3a90b9ee6f71 {
  display: none;
}
#s-5b25d3ea-7526-41c2-b437-3a90b9ee6f71, #wrap-s-5b25d3ea-7526-41c2-b437-3a90b9ee6f71 { display:none !important; }}@media (max-width: 767px){#s-5b25d3ea-7526-41c2-b437-3a90b9ee6f71 {
  margin-top: 30px;
margin-left: -10%;
margin-bottom: 30px;
margin-right: -10%;
padding-top: 0px;
padding-left: 50px;
padding-right: 35px;
display: none;
}
#s-5b25d3ea-7526-41c2-b437-3a90b9ee6f71, #wrap-s-5b25d3ea-7526-41c2-b437-3a90b9ee6f71 { display:none !important; }}
#s-e3ff6875-dce5-4b1d-9ccc-a4f2be8cb756 {
  margin-top: 5%;
margin-bottom: 5%;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
text-align: center;
}
@media (min-width: 1200px){#s-e3ff6875-dce5-4b1d-9ccc-a4f2be8cb756 {
  display: none;
}
#s-e3ff6875-dce5-4b1d-9ccc-a4f2be8cb756, #wrap-s-e3ff6875-dce5-4b1d-9ccc-a4f2be8cb756 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e3ff6875-dce5-4b1d-9ccc-a4f2be8cb756 {
  display: none;
}
#s-e3ff6875-dce5-4b1d-9ccc-a4f2be8cb756, #wrap-s-e3ff6875-dce5-4b1d-9ccc-a4f2be8cb756 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e3ff6875-dce5-4b1d-9ccc-a4f2be8cb756 {
  margin-left: -18%;
margin-right: -18%;
}
}@media (max-width: 767px){#s-e3ff6875-dce5-4b1d-9ccc-a4f2be8cb756 {
  margin-top: 5px;
margin-left: -15%;
margin-bottom: 5px;
margin-right: -15%;
}
}



  #s-e3ff6875-dce5-4b1d-9ccc-a4f2be8cb756 img.shogun-image {
    
    width: px;
  }


#s-e3ff6875-dce5-4b1d-9ccc-a4f2be8cb756 .shogun-image-content {
  
    align-items: center;
  
}

#s-70d6a660-08b4-426a-a25e-2ebb0a96c064 {
  margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 35px;
padding-bottom: 35px;
}

@media (min-width: 0px) {
[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-70d6a660-08b4-426a-a25e-2ebb0a96c064"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-bb7b4b58-c6cc-4ce3-bfc5-aaab4b3d6284 {
  padding-bottom: 10px;
}

#s-bb7b4b58-c6cc-4ce3-bfc5-aaab4b3d6284 .shogun-icon-wrapper {
  text-align: center;
}


#s-bb7b4b58-c6cc-4ce3-bfc5-aaab4b3d6284 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(134, 196, 64, 1);
}

#s-9997a426-645c-4fcf-8848-88de4231d6f8 {
  padding-bottom: 10px;
}

#s-9997a426-645c-4fcf-8848-88de4231d6f8 .shogun-icon-wrapper {
  text-align: center;
}


#s-9997a426-645c-4fcf-8848-88de4231d6f8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(134, 196, 64, 1);
}

#s-1432bb42-901e-402f-8205-4b2cbca87a04 {
  padding-bottom: 10px;
}

#s-1432bb42-901e-402f-8205-4b2cbca87a04 .shogun-icon-wrapper {
  text-align: center;
}


#s-1432bb42-901e-402f-8205-4b2cbca87a04 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(134, 196, 64, 1);
}

#s-61fa4127-8588-4d58-a8e5-46ca1c017db7 {
  padding-bottom: 10px;
}

#s-61fa4127-8588-4d58-a8e5-46ca1c017db7 .shogun-icon-wrapper {
  text-align: center;
}


#s-61fa4127-8588-4d58-a8e5-46ca1c017db7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(134, 196, 64, 1);
}

#s-bee32754-e36b-4912-976e-859da3d2dcb4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 134, 31, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bee32754-e36b-4912-976e-859da3d2dcb4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bee32754-e36b-4912-976e-859da3d2dcb4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-bee32754-e36b-4912-976e-859da3d2dcb4 {
  margin-bottom: 30px;
}
}


#s-bee32754-e36b-4912-976e-859da3d2dcb4.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}

#s-148e517f-502d-4e84-b538-de057ec3e7cc {
  margin-top: 5%;
margin-bottom: 5%;
padding-bottom: 0px;
padding-right: 0%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-148e517f-502d-4e84-b538-de057ec3e7cc {
  display: none;
}
#s-148e517f-502d-4e84-b538-de057ec3e7cc, #wrap-s-148e517f-502d-4e84-b538-de057ec3e7cc { display:none !important; }}@media (max-width: 767px){#s-148e517f-502d-4e84-b538-de057ec3e7cc {
  display: none;
}
#s-148e517f-502d-4e84-b538-de057ec3e7cc, #wrap-s-148e517f-502d-4e84-b538-de057ec3e7cc { display:none !important; }}



  #s-148e517f-502d-4e84-b538-de057ec3e7cc img.shogun-image {
    
    width: px;
  }


#s-148e517f-502d-4e84-b538-de057ec3e7cc .shogun-image-content {
  
    align-items: center;
  
}

#s-384c0de1-5b74-4cc4-b352-cafadf1e36f2 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 300px;
background-position: center center;
}








#s-384c0de1-5b74-4cc4-b352-cafadf1e36f2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-384c0de1-5b74-4cc4-b352-cafadf1e36f2.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-7005ab7a-b64f-48b2-9f6f-50f0ab4fd2c0 {
  padding-top: 38px;
padding-bottom: 10px;
min-height: 300px;
}
@media (min-width: 1200px){#s-7005ab7a-b64f-48b2-9f6f-50f0ab4fd2c0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7005ab7a-b64f-48b2-9f6f-50f0ab4fd2c0 {
  
}
}
#s-7005ab7a-b64f-48b2-9f6f-50f0ab4fd2c0 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-7005ab7a-b64f-48b2-9f6f-50f0ab4fd2c0 .shg-sld-nav-button.shg-sld-left,
#s-7005ab7a-b64f-48b2-9f6f-50f0ab4fd2c0 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-02465198-c97e-4686-ab1e-f42842ab5a69 {
  box-shadow:1px 1px 1px 1px rgba(76, 76, 76, 0);
margin-top: 50px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-02465198-c97e-4686-ab1e-f42842ab5a69 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-02465198-c97e-4686-ab1e-f42842ab5a69 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-02465198-c97e-4686-ab1e-f42842ab5a69 {
  
}
}@media (max-width: 767px){#s-02465198-c97e-4686-ab1e-f42842ab5a69 {
  
}
}
#s-5693e295-2458-450d-9210-ec89923383f6 {
  margin-top: 50px;
margin-left: 20px;
margin-bottom: 50px;
margin-right: 20px;
opacity: 1;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-5693e295-2458-450d-9210-ec89923383f6 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5693e295-2458-450d-9210-ec89923383f6 {
  margin-right: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5693e295-2458-450d-9210-ec89923383f6 {
  
}
}@media (max-width: 767px){#s-5693e295-2458-450d-9210-ec89923383f6 {
  
}
}
#s-2e64d8d2-8c39-489a-aadc-43155415b472 {
  margin-top: 50px;
margin-left: 20px;
margin-bottom: 50px;
margin-right: 20px;
opacity: 1;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-2e64d8d2-8c39-489a-aadc-43155415b472 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2e64d8d2-8c39-489a-aadc-43155415b472 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2e64d8d2-8c39-489a-aadc-43155415b472 {
  
}
}@media (max-width: 767px){#s-2e64d8d2-8c39-489a-aadc-43155415b472 {
  
}
}
#s-85fa7245-cce0-4999-bb1e-9837dccd27ef {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0%;
padding-bottom: 0%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-85fa7245-cce0-4999-bb1e-9837dccd27ef {
  
}
}@media (max-width: 767px){#s-85fa7245-cce0-4999-bb1e-9837dccd27ef {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-85fa7245-cce0-4999-bb1e-9837dccd27ef"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-fddb59ed-30be-47c2-baad-cf0940322812 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 4%;
padding-left: 0%;
padding-bottom: 4%;
padding-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-fddb59ed-30be-47c2-baad-cf0940322812 {
  margin-top: -10px;
margin-left: 20%;
margin-bottom: -10px;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fddb59ed-30be-47c2-baad-cf0940322812 {
  margin-top: -10px;
margin-left: 20%;
margin-bottom: -10px;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fddb59ed-30be-47c2-baad-cf0940322812 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-fddb59ed-30be-47c2-baad-cf0940322812 {
  margin-left: 10%;
margin-right: 5%;
}
}



  #s-fddb59ed-30be-47c2-baad-cf0940322812 img.shogun-image {
    
    width: px;
  }


#s-fddb59ed-30be-47c2-baad-cf0940322812 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c102e4f-633a-49cb-ac81-f1f6fb420bbd {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
}
@media (max-width: 767px){#s-8c102e4f-633a-49cb-ac81-f1f6fb420bbd {
  margin-left: 10%;
margin-right: 5%;
}
}
#s-f4ae833f-890d-4d81-b3aa-378bd5c4ede6 {
  border-style: solid;
margin-top: 20px;
margin-left: 25%;
margin-bottom: 20px;
margin-right: 25%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 76, 14, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(246, 134, 31, 1);
font-size: 20px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f4ae833f-890d-4d81-b3aa-378bd5c4ede6:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(224, 76, 14, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(224, 76, 14, 1) !important;
text-decoration: none !important;}#s-f4ae833f-890d-4d81-b3aa-378bd5c4ede6:active {background-color: rgba(224, 76, 14, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}


#s-f4ae833f-890d-4d81-b3aa-378bd5c4ede6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-6bafaac0-e98a-4196-bf56-0ba9d509334e {
  padding-top: 1%;
padding-left: 21%;
padding-bottom: 1%;
padding-right: 21%;
min-height: 50px;
}








#s-6bafaac0-e98a-4196-bf56-0ba9d509334e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bafaac0-e98a-4196-bf56-0ba9d509334e.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-e826df87-02e8-41b0-9ac4-8aa23512ae8c {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-b15de8ef-6a59-48d0-ba4c-b0e601262b04 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 2%;
padding-left: 20px;
padding-bottom: 2%;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 134, 31, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b15de8ef-6a59-48d0-ba4c-b0e601262b04:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b15de8ef-6a59-48d0-ba4c-b0e601262b04:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b15de8ef-6a59-48d0-ba4c-b0e601262b04.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}

#s-6db861a1-6233-42a7-9e9d-e896c2b6cd68 {
  margin-top: 0%;
margin-bottom: 1%;
}

#s-6db861a1-6233-42a7-9e9d-e896c2b6cd68 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-70d1de58-f972-4de5-bf44-eb0db03993bb {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-70d1de58-f972-4de5-bf44-eb0db03993bb {
  padding-top: 20px;
}
}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-35e528d0-a224-4802-8512-dc063f8641b3 {
  margin-left: 5%;
margin-right: 5%;
}

#s-35e528d0-a224-4802-8512-dc063f8641b3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-35e528d0-a224-4802-8512-dc063f8641b3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-35e528d0-a224-4802-8512-dc063f8641b3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(246, 134, 31, 1);
}

#s-35e528d0-a224-4802-8512-dc063f8641b3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-35e528d0-a224-4802-8512-dc063f8641b3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(246, 134, 31, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-35e528d0-a224-4802-8512-dc063f8641b3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-41ddf6d6-85f8-44cc-a733-e5847993e859 hr {
  border: 0;
  width: 100%;
  border-top: 15px solid rgba(255, 255, 255, 1);
}

#s-a90d7c08-29ff-47dc-aea2-7325a6d066b0 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 1%;
padding-left: 20px;
padding-bottom: 1%;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 134, 31, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a90d7c08-29ff-47dc-aea2-7325a6d066b0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a90d7c08-29ff-47dc-aea2-7325a6d066b0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a90d7c08-29ff-47dc-aea2-7325a6d066b0.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

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

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}
