.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-3ba4603b-d55b-43a1-98fc-c7aa9138660b {
  min-height: 50px;
}








#s-3ba4603b-d55b-43a1-98fc-c7aa9138660b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ba4603b-d55b-43a1-98fc-c7aa9138660b.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-0d648b9f-c8d7-47e1-9d78-583de1e04722 {
  margin-top: 0em;
margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
max-width: 89em;
text-align: left;
}

#s-0d648b9f-c8d7-47e1-9d78-583de1e04722 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 48px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-43ae4aa4-8ad3-4eb2-b459-06a6863bb737 {
  min-height: 50px;
}








#s-43ae4aa4-8ad3-4eb2-b459-06a6863bb737 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43ae4aa4-8ad3-4eb2-b459-06a6863bb737.shg-box.shg-c {
  justify-content: center;
}

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

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

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

#s-484ca9b0-8e50-47a5-9345-ca3e845742db {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
max-width: 85em;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-484ca9b0-8e50-47a5-9345-ca3e845742db"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0em);
}

}

#s-43e9e2eb-2c08-447b-a375-2f59b9b20613 {
  min-height: 50px;
}








#s-43e9e2eb-2c08-447b-a375-2f59b9b20613 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43e9e2eb-2c08-447b-a375-2f59b9b20613.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-1740204d-9e2f-461b-9508-368774e03826 {
  max-width: 31em;
text-align: center;
}




  #s-1740204d-9e2f-461b-9508-368774e03826 img.shogun-image {
    
    width: px;
  }


#s-1740204d-9e2f-461b-9508-368774e03826 .shogun-image-content {
  
    align-items:  flex-start;
  
}

.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-55d2edf7-bb87-4161-bcb8-13665fc1d835 {
  border-style: solid;
margin-top: 2em;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 1em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-55d2edf7-bb87-4161-bcb8-13665fc1d835 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-55d2edf7-bb87-4161-bcb8-13665fc1d835 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-55d2edf7-bb87-4161-bcb8-13665fc1d835 {
  
}
}@media (max-width: 767px){#s-55d2edf7-bb87-4161-bcb8-13665fc1d835 {
  
}
}
#s-61fb591c-ad36-4376-b918-d404ffe70b5d {
  margin-top: 2em;
padding-left: 1em;
padding-right: 1em;
text-align: left;
}

#s-61fb591c-ad36-4376-b918-d404ffe70b5d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 48px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1407b107-a628-4af5-b523-6bedc7a9abae {
  border-style: solid;
margin-top: 2em;
margin-left: 0px;
margin-bottom: 0em;
margin-right: 0px;
padding-top: 0px;
padding-left: 1em;
padding-bottom: 0px;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-1407b107-a628-4af5-b523-6bedc7a9abae {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1407b107-a628-4af5-b523-6bedc7a9abae {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1407b107-a628-4af5-b523-6bedc7a9abae {
  
}
}@media (max-width: 767px){#s-1407b107-a628-4af5-b523-6bedc7a9abae {
  
}
}
#s-3f84b3c9-75e7-4937-a9f7-f3c0dca72573 {
  min-height: 50px;
}








#s-3f84b3c9-75e7-4937-a9f7-f3c0dca72573 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f84b3c9-75e7-4937-a9f7-f3c0dca72573.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-50775b10-335d-4240-9d07-707cfa7b43ca"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

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

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

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

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

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

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

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

#s-aa8382b8-67b7-4cf3-a488-e13d02d5a803 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-aa8382b8-67b7-4cf3-a488-e13d02d5a803:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #000 !important;
background-color: rgba(66, 66, 66, 0) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-aa8382b8-67b7-4cf3-a488-e13d02d5a803:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-aa8382b8-67b7-4cf3-a488-e13d02d5a803.shg-btn {
  color: #ffffff;
  font-size: 1em;
  
  
  
  display:  inline-block ;
}

#s-27204af2-147f-4b7b-a843-8e60b627c61c {
  margin-top: 6em;
margin-left: auto;
margin-right: auto;
padding-left: 4em;
padding-right: 4em;
max-width: 90em;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.0em);
}

[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.5em);
}

[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.5em);
}

[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5em);
}

[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.5em);
}

[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5em);
}

[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.5em);
}

[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5em);
}

[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.5em);
}

[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.5em);
}

[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.5em);
}

[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.5em);
}

[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5em);
}

[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.5em);
}

[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5em);
}

[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.5em);
}

[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5em);
}

[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.5em);
}

[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.5em);
}

[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.5em);
}

[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.5em);
}

[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5em);
}

[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.5em);
}

[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5em);
}

[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.5em);
}

[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5em);
}

[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.5em);
}

[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.5em);
}

[id="s-27204af2-147f-4b7b-a843-8e60b627c61c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.5em);
}

}

#s-25e30390-b18b-4414-b1bd-4c20fc7ab112 {
  margin-bottom: 10px;
text-align: center;
}




  #s-25e30390-b18b-4414-b1bd-4c20fc7ab112 img.shogun-image {
    
    width: px;
  }


#s-25e30390-b18b-4414-b1bd-4c20fc7ab112 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b8fc2a5-8ce6-429c-af9d-7efb374677ef {
  margin-top: 2em;
}

#s-4abd92f1-9d0c-4024-b8d5-63c8b077207c {
  margin-top: 1em;
margin-bottom: 1em;
}

#s-211efb43-2f31-429a-a016-b127dc2de9c8 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-left: 6em;
padding-bottom: 1em;
padding-right: 6em;
border-top-width: 01px;
border-left-width: 01px;
border-bottom-width: 01px;
border-right-width: 01px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2em;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-211efb43-2f31-429a-a016-b127dc2de9c8:hover {background-color: rgba(0, 0, 0, 0) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-211efb43-2f31-429a-a016-b127dc2de9c8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-211efb43-2f31-429a-a016-b127dc2de9c8 {
  
}
}


#s-211efb43-2f31-429a-a016-b127dc2de9c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-691d1fba-8958-4164-ad42-da3d7bcba812 {
  margin-top: 2em;
margin-bottom: 6em;
}

#s-8785bbae-1466-4e89-93c6-f5bf31a2189b {
  margin-bottom: 10px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}




  #s-8785bbae-1466-4e89-93c6-f5bf31a2189b img.shogun-image {
    
    width: px;
  }


#s-8785bbae-1466-4e89-93c6-f5bf31a2189b .shogun-image-content {
  
    align-items: center;
  
}

#s-7537f3b3-eab1-4b59-98cc-2abc5ac9a6df {
  margin-top: 2em;
}

#s-4582b110-0af7-41ef-ae61-cac3f3aadd71 {
  margin-top: 1em;
margin-bottom: 1em;
}

#s-8dedf41e-2d6f-4b3c-9d1d-4e0e3b149e90 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-left: 6em;
padding-bottom: 1em;
padding-right: 6em;
border-top-width: 01px;
border-left-width: 01px;
border-bottom-width: 01px;
border-right-width: 01px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2em;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-8dedf41e-2d6f-4b3c-9d1d-4e0e3b149e90:hover {background-color: rgba(0, 0, 0, 0) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-8dedf41e-2d6f-4b3c-9d1d-4e0e3b149e90:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-8dedf41e-2d6f-4b3c-9d1d-4e0e3b149e90 {
  
}
}


#s-8dedf41e-2d6f-4b3c-9d1d-4e0e3b149e90.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-cb50f16b-310c-4079-b16e-231cf5c71f7f {
  margin-top: 2em;
margin-bottom: 6em;
}

#s-2e0358c8-c247-4065-a927-038b6d656f36 {
  margin-bottom: 10px;
text-align: center;
}




  #s-2e0358c8-c247-4065-a927-038b6d656f36 img.shogun-image {
    
    width: px;
  }


#s-2e0358c8-c247-4065-a927-038b6d656f36 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ad634ab-2f83-4887-ba0f-8fd844bc68c2 {
  margin-top: 2em;
}

#s-4c5260f0-db78-46ff-bb39-1be91d78f375 {
  margin-top: 1em;
margin-bottom: 1em;
}

#s-cf435ef1-5769-4c1e-ae83-0ddfcf68361f {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-left: 6em;
padding-bottom: 1em;
padding-right: 6em;
border-top-width: 01px;
border-left-width: 01px;
border-bottom-width: 01px;
border-right-width: 01px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2em;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-cf435ef1-5769-4c1e-ae83-0ddfcf68361f:hover {background-color: rgba(0, 0, 0, 0) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-cf435ef1-5769-4c1e-ae83-0ddfcf68361f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-cf435ef1-5769-4c1e-ae83-0ddfcf68361f {
  
}
}


#s-cf435ef1-5769-4c1e-ae83-0ddfcf68361f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-9ad74a8f-8305-4d02-9103-6cba9b4b1d9e {
  margin-top: 2em;
margin-bottom: 6em;
}

#s-f0c9e38b-63e2-4c26-ac89-3fedae1803ad {
  margin-bottom: 10px;
text-align: center;
}




  #s-f0c9e38b-63e2-4c26-ac89-3fedae1803ad img.shogun-image {
    
    width: px;
  }


#s-f0c9e38b-63e2-4c26-ac89-3fedae1803ad .shogun-image-content {
  
    align-items: center;
  
}

#s-fab09fbe-abdc-4f52-b2f7-8b1a09c44b2d {
  margin-top: 2em;
}

#s-a6988821-c0be-4036-88d5-c8b4f926bcc9 {
  margin-top: 1em;
margin-bottom: 1em;
}

#s-b4ce2199-cc8a-4f57-b52c-4e289308fb76 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-left: 6em;
padding-bottom: 1em;
padding-right: 6em;
border-top-width: 01px;
border-left-width: 01px;
border-bottom-width: 01px;
border-right-width: 01px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2em;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-b4ce2199-cc8a-4f57-b52c-4e289308fb76:hover {background-color: rgba(0, 0, 0, 0) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-b4ce2199-cc8a-4f57-b52c-4e289308fb76:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-b4ce2199-cc8a-4f57-b52c-4e289308fb76 {
  
}
}


#s-b4ce2199-cc8a-4f57-b52c-4e289308fb76.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-74d0932e-b79f-49ec-8cf5-75897d4e4d8f {
  margin-top: 2em;
margin-bottom: 6em;
}

#s-11392ebe-3a34-4f43-bf4b-fcbb86192317 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-11392ebe-3a34-4f43-bf4b-fcbb86192317 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-11392ebe-3a34-4f43-bf4b-fcbb86192317 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-11392ebe-3a34-4f43-bf4b-fcbb86192317 {
  
}
}@media (max-width: 767px){#s-11392ebe-3a34-4f43-bf4b-fcbb86192317 {
  
}
}







#s-11392ebe-3a34-4f43-bf4b-fcbb86192317 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-11392ebe-3a34-4f43-bf4b-fcbb86192317.shg-box.shg-c {
  justify-content: center;
}

#s-c49a1d4a-8200-403a-bdbf-ef1f32f69c28 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: em;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
max-width: 89em;
text-align: left;
}

#s-c49a1d4a-8200-403a-bdbf-ef1f32f69c28 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 48px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-cce4622b-ef39-46d1-9269-88eeded39d60 {
  border-style: solid;
margin-top: 6em;
margin-left: auto;
margin-bottom: em;
margin-right: auto;
padding-left: 4em;
padding-right: 4em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
max-width: 90em;
}

@media (min-width: 0px) {
[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.0em);
}

[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.5em);
}

[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.5em);
}

[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5em);
}

[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.5em);
}

[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5em);
}

[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.5em);
}

[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5em);
}

[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.5em);
}

[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.5em);
}

[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.5em);
}

[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.5em);
}

[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5em);
}

[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.5em);
}

[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5em);
}

[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.5em);
}

[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5em);
}

[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.5em);
}

[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.5em);
}

[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.5em);
}

[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.5em);
}

[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5em);
}

[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.5em);
}

[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5em);
}

[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.5em);
}

[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5em);
}

[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.5em);
}

[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.5em);
}

[id="s-cce4622b-ef39-46d1-9269-88eeded39d60"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.5em);
}

}

#s-149f4c6e-7203-466b-91fc-d0e857d2bd97 {
  text-align: center;
}




  #s-149f4c6e-7203-466b-91fc-d0e857d2bd97 img.shogun-image {
    
    width: px;
  }


#s-149f4c6e-7203-466b-91fc-d0e857d2bd97 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c89c4508-e294-45ba-bcc6-ea3cf969cabf {
  margin-top: 2em;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c89c4508-e294-45ba-bcc6-ea3cf969cabf .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5173d9d6-6d24-4892-ac50-fdecdd0846cf {
  margin-top: 1em;
margin-left: 0px;
margin-bottom: 1em;
margin-right: 0px;
}

#s-a423980a-42fe-429d-ae8d-4a998aa1c1a6 {
  border-style: solid;
margin-left: auto;
margin-bottom: 6em;
margin-right: auto;
padding-top: 1em;
padding-left: 6em;
padding-bottom: 1em;
padding-right: 6em;
border-top-width: 01px;
border-left-width: 01px;
border-bottom-width: 01px;
border-right-width: 01px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2em;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-a423980a-42fe-429d-ae8d-4a998aa1c1a6:hover {background-color: rgba(0, 0, 0, 0) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-a423980a-42fe-429d-ae8d-4a998aa1c1a6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-a423980a-42fe-429d-ae8d-4a998aa1c1a6 {
  
}
}


#s-a423980a-42fe-429d-ae8d-4a998aa1c1a6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-24ba333d-66d8-4d01-9c9b-fa97e7c4501e {
  text-align: center;
}




  #s-24ba333d-66d8-4d01-9c9b-fa97e7c4501e img.shogun-image {
    
    width: px;
  }


#s-24ba333d-66d8-4d01-9c9b-fa97e7c4501e .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-4e8eaeef-10a8-4945-9078-200e5a72f104 {
  margin-top: 2em;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4e8eaeef-10a8-4945-9078-200e5a72f104 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0afa8ef4-7a21-4c19-810e-3a156e859987 {
  margin-top: 1em;
margin-left: 0px;
margin-bottom: 1em;
margin-right: 0px;
padding-top: em;
padding-bottom: em;
}

#s-12d72fd7-3e70-4812-9160-8208b384d0af {
  border-style: solid;
margin-top: em;
margin-left: auto;
margin-bottom: 6em;
margin-right: auto;
padding-top: 1em;
padding-left: 6em;
padding-bottom: 1em;
padding-right: 6em;
border-top-width: 01px;
border-left-width: 01px;
border-bottom-width: 01px;
border-right-width: 01px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2em;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-12d72fd7-3e70-4812-9160-8208b384d0af:hover {background-color: rgba(0, 0, 0, 0) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-12d72fd7-3e70-4812-9160-8208b384d0af:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-12d72fd7-3e70-4812-9160-8208b384d0af {
  
}
}


#s-12d72fd7-3e70-4812-9160-8208b384d0af.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-8e3e6ca5-e590-4f78-96aa-612cbf800b1f {
  text-align: center;
}




  #s-8e3e6ca5-e590-4f78-96aa-612cbf800b1f img.shogun-image {
    
    width: px;
  }


#s-8e3e6ca5-e590-4f78-96aa-612cbf800b1f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c663a894-f9ee-4bc6-9596-34c73d7ccd49 {
  margin-top: 2em;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c663a894-f9ee-4bc6-9596-34c73d7ccd49 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5357a7c7-e72d-4000-8ded-67fda01a56e2 {
  margin-top: 1em;
margin-bottom: 1em;
}

#s-8ec44af4-e06f-41a6-a730-f60285745dd3 {
  border-style: solid;
margin-top: em;
margin-left: auto;
margin-bottom: 6em;
margin-right: auto;
padding-top: 1em;
padding-left: 6em;
padding-bottom: 1em;
padding-right: 6em;
border-top-width: 01px;
border-left-width: 01px;
border-bottom-width: 01px;
border-right-width: 01px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2em;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-8ec44af4-e06f-41a6-a730-f60285745dd3:hover {background-color: rgba(0, 0, 0, 0) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-8ec44af4-e06f-41a6-a730-f60285745dd3:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-8ec44af4-e06f-41a6-a730-f60285745dd3 {
  
}
}


#s-8ec44af4-e06f-41a6-a730-f60285745dd3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-056baec1-ca48-4484-b291-a3b12e599e67 {
  text-align: center;
}




  #s-056baec1-ca48-4484-b291-a3b12e599e67 img.shogun-image {
    
    width: px;
  }


#s-056baec1-ca48-4484-b291-a3b12e599e67 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-6b05a778-fc5b-4121-9d6c-83fd6f8de34f {
  margin-top: 2em;
margin-left: 0px;
margin-bottom: em;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6b05a778-fc5b-4121-9d6c-83fd6f8de34f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4a81f737-de84-4cf9-9087-e1dc63539d2b {
  margin-top: 1em;
margin-bottom: 1em;
}

#s-5731ba4b-aecd-49ce-9ce8-da665160a670 {
  border-style: solid;
margin-top: em;
margin-left: auto;
margin-bottom: 6em;
margin-right: auto;
padding-top: 1em;
padding-left: 6em;
padding-bottom: 1em;
padding-right: 6em;
border-top-width: 01px;
border-left-width: 01px;
border-bottom-width: 01px;
border-right-width: 01px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2em;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-5731ba4b-aecd-49ce-9ce8-da665160a670:hover {background-color: rgba(0, 0, 0, 0) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-5731ba4b-aecd-49ce-9ce8-da665160a670:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-5731ba4b-aecd-49ce-9ce8-da665160a670 {
  
}
}


#s-5731ba4b-aecd-49ce-9ce8-da665160a670.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-e28f24f3-9352-4b39-aa99-3e8c7ee449b7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e28f24f3-9352-4b39-aa99-3e8c7ee449b7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e28f24f3-9352-4b39-aa99-3e8c7ee449b7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e28f24f3-9352-4b39-aa99-3e8c7ee449b7 {
  
}
}@media (max-width: 767px){#s-e28f24f3-9352-4b39-aa99-3e8c7ee449b7 {
  
}
}







#s-e28f24f3-9352-4b39-aa99-3e8c7ee449b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e28f24f3-9352-4b39-aa99-3e8c7ee449b7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4b10b059-ce98-491e-ab67-bbeb3c6d6d5b {
  margin-left: 50px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4b10b059-ce98-491e-ab67-bbeb3c6d6d5b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b10b059-ce98-491e-ab67-bbeb3c6d6d5b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b10b059-ce98-491e-ab67-bbeb3c6d6d5b {
  
}
}@media (max-width: 767px){#s-4b10b059-ce98-491e-ab67-bbeb3c6d6d5b {
  
}
}







#s-4b10b059-ce98-491e-ab67-bbeb3c6d6d5b > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-4b10b059-ce98-491e-ab67-bbeb3c6d6d5b.shg-box.shg-c {
  justify-content: center;
}

#s-670d4b85-dc2b-4596-94d2-da267e6db1c4 {
  min-height: 50px;
}








#s-670d4b85-dc2b-4596-94d2-da267e6db1c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-670d4b85-dc2b-4596-94d2-da267e6db1c4.shg-box.shg-c {
  justify-content: center;
}

#s-bdd17f0a-62c6-49d5-b28f-1bd08f694925 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
max-width: 85em;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-bdd17f0a-62c6-49d5-b28f-1bd08f694925"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0em);
}

}

#s-1cc64a07-6060-49df-b800-44e145dac0fb {
  border-style: solid;
margin-top: 2em;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 1em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-1cc64a07-6060-49df-b800-44e145dac0fb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cc64a07-6060-49df-b800-44e145dac0fb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1cc64a07-6060-49df-b800-44e145dac0fb {
  
}
}@media (max-width: 767px){#s-1cc64a07-6060-49df-b800-44e145dac0fb {
  
}
}
#s-9ed13e61-cdbb-41d0-b79d-ae34b3e6329f {
  margin-top: 2em;
padding-left: 1em;
padding-right: 1em;
text-align: left;
}

#s-9ed13e61-cdbb-41d0-b79d-ae34b3e6329f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 48px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-679888dd-b21d-4e24-a6aa-ca53fdd0437b {
  border-style: solid;
margin-top: 2em;
margin-left: 0px;
margin-bottom: 0em;
margin-right: 0px;
padding-top: 0px;
padding-left: 1em;
padding-bottom: 0px;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-679888dd-b21d-4e24-a6aa-ca53fdd0437b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-679888dd-b21d-4e24-a6aa-ca53fdd0437b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-679888dd-b21d-4e24-a6aa-ca53fdd0437b {
  
}
}@media (max-width: 767px){#s-679888dd-b21d-4e24-a6aa-ca53fdd0437b {
  
}
}
#s-14ac33fd-d11c-4571-a0f1-23f51a734623 {
  min-height: 50px;
}








#s-14ac33fd-d11c-4571-a0f1-23f51a734623 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14ac33fd-d11c-4571-a0f1-23f51a734623.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c2a8d261-5e97-44d2-a741-b06cd33a0c28"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-70f6f0bd-ab16-4a46-9494-1560389371df {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-70f6f0bd-ab16-4a46-9494-1560389371df:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #000 !important;
background-color: rgba(66, 66, 66, 0) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-70f6f0bd-ab16-4a46-9494-1560389371df:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-70f6f0bd-ab16-4a46-9494-1560389371df.shg-btn {
  color: #ffffff;
  font-size: 1em;
  
  
  
  display:  inline-block ;
}

#s-c1405dc1-562c-4e4a-a051-5a8fcb36a189 {
  min-height: 50px;
}








#s-c1405dc1-562c-4e4a-a051-5a8fcb36a189 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1405dc1-562c-4e4a-a051-5a8fcb36a189.shg-box.shg-c {
  justify-content: center;
}

#s-3fc1661c-abc2-4100-a749-2a7c3d6f1745 {
  max-width: 31em;
text-align: center;
}




  #s-3fc1661c-abc2-4100-a749-2a7c3d6f1745 img.shogun-image {
    
    width: px;
  }


#s-3fc1661c-abc2-4100-a749-2a7c3d6f1745 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-73bbca52-50a0-40f1-9c00-639c8ec78a07 {
  min-height: 50px;
}








#s-73bbca52-50a0-40f1-9c00-639c8ec78a07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73bbca52-50a0-40f1-9c00-639c8ec78a07.shg-box.shg-c {
  justify-content: center;
}

#s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
max-width: 85em;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-eb6dc2cb-5219-4a35-9e2a-2b1026f25f8c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0em);
}

}

#s-1f3b4000-80e9-42a0-8005-8cefad0d18e4 {
  min-height: 50px;
}








#s-1f3b4000-80e9-42a0-8005-8cefad0d18e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f3b4000-80e9-42a0-8005-8cefad0d18e4.shg-box.shg-c {
  justify-content: center;
}

#s-136a9da2-e463-4c52-a4b6-9a7c9964c4c0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 31em;
text-align: center;
}




  #s-136a9da2-e463-4c52-a4b6-9a7c9964c4c0 img.shogun-image {
    
    width: px;
  }


#s-136a9da2-e463-4c52-a4b6-9a7c9964c4c0 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-d75507dc-6412-4768-9714-09a311904da6 {
  min-height: 50px;
}








#s-d75507dc-6412-4768-9714-09a311904da6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d75507dc-6412-4768-9714-09a311904da6.shg-box.shg-c {
  justify-content: center;
}

#s-09eb0a5a-5a02-48d6-8cfc-04b3d51146bc {
  border-style: solid;
margin-top: 2em;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 1em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-09eb0a5a-5a02-48d6-8cfc-04b3d51146bc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-09eb0a5a-5a02-48d6-8cfc-04b3d51146bc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-09eb0a5a-5a02-48d6-8cfc-04b3d51146bc {
  
}
}@media (max-width: 767px){#s-09eb0a5a-5a02-48d6-8cfc-04b3d51146bc {
  
}
}
#s-d3fc5f69-d15b-4750-b16a-f274c7794d44 {
  margin-top: 2em;
padding-left: 1em;
padding-right: 1em;
text-align: left;
}

#s-d3fc5f69-d15b-4750-b16a-f274c7794d44 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 48px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-56140e85-3ac4-49a7-adaa-1ae6eba685a8 {
  border-style: solid;
margin-top: 2em;
margin-left: 0px;
margin-bottom: 0em;
margin-right: 0px;
padding-top: 0px;
padding-left: 1em;
padding-bottom: 0px;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-56140e85-3ac4-49a7-adaa-1ae6eba685a8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-56140e85-3ac4-49a7-adaa-1ae6eba685a8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-56140e85-3ac4-49a7-adaa-1ae6eba685a8 {
  
}
}@media (max-width: 767px){#s-56140e85-3ac4-49a7-adaa-1ae6eba685a8 {
  
}
}
#s-78620c4b-2645-47d4-bc4a-27b2f1eaa73a {
  min-height: 50px;
}








#s-78620c4b-2645-47d4-bc4a-27b2f1eaa73a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78620c4b-2645-47d4-bc4a-27b2f1eaa73a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6aaed38a-4eae-4ec2-abb8-61341855aeae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a5d181fa-d4db-49da-80bc-b9e7f2397a24 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-a5d181fa-d4db-49da-80bc-b9e7f2397a24:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #000 !important;
background-color: rgba(66, 66, 66, 0) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-a5d181fa-d4db-49da-80bc-b9e7f2397a24:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a5d181fa-d4db-49da-80bc-b9e7f2397a24.shg-btn {
  color: #ffffff;
  font-size: 1em;
  
  
  
  display:  inline-block ;
}

#s-6e3ce372-e598-4820-82f3-593b34e318b1 {
  min-height: 50px;
}








#s-6e3ce372-e598-4820-82f3-593b34e318b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e3ce372-e598-4820-82f3-593b34e318b1.shg-box.shg-c {
  justify-content: center;
}

#s-cd64d59f-e033-486c-9545-22aedbc2efb9 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
max-width: 85em;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-cd64d59f-e033-486c-9545-22aedbc2efb9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0em);
}

}

#s-0b3e4d0d-a61f-4961-af2a-811b19a86381 {
  border-style: solid;
margin-top: 2em;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 1em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-0b3e4d0d-a61f-4961-af2a-811b19a86381 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0b3e4d0d-a61f-4961-af2a-811b19a86381 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0b3e4d0d-a61f-4961-af2a-811b19a86381 {
  
}
}@media (max-width: 767px){#s-0b3e4d0d-a61f-4961-af2a-811b19a86381 {
  
}
}
#s-3e0e8d8a-c871-40d3-9377-55f632f6b1b2 {
  margin-top: 2em;
padding-left: 1em;
padding-right: 1em;
text-align: left;
}

#s-3e0e8d8a-c871-40d3-9377-55f632f6b1b2 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 48px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-40bf1bce-3707-4779-bea2-869653f2fbb9 {
  border-style: solid;
margin-top: 2em;
margin-left: 0px;
margin-bottom: 0em;
margin-right: 0px;
padding-top: 0px;
padding-left: 1em;
padding-bottom: 0px;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-40bf1bce-3707-4779-bea2-869653f2fbb9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-40bf1bce-3707-4779-bea2-869653f2fbb9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-40bf1bce-3707-4779-bea2-869653f2fbb9 {
  
}
}@media (max-width: 767px){#s-40bf1bce-3707-4779-bea2-869653f2fbb9 {
  
}
}
#s-48f4deae-a9e6-4ab8-b9c4-34bd728cd3df {
  min-height: 50px;
}








#s-48f4deae-a9e6-4ab8-b9c4-34bd728cd3df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48f4deae-a9e6-4ab8-b9c4-34bd728cd3df.shg-box.shg-c {
  justify-content: center;
}

#s-033bef50-8690-46bf-a1a1-959d8f161a56 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 31em;
text-align: center;
}




  #s-033bef50-8690-46bf-a1a1-959d8f161a56 img.shogun-image {
    
    width: px;
  }


#s-033bef50-8690-46bf-a1a1-959d8f161a56 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-6657e3f4-3962-4062-a5f3-1eec3392af9e {
  min-height: 50px;
}








#s-6657e3f4-3962-4062-a5f3-1eec3392af9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6657e3f4-3962-4062-a5f3-1eec3392af9e.shg-box.shg-c {
  justify-content: center;
}

#s-df6d0389-c4ba-4ec1-82fd-b7b913371577 {
  min-height: 500px;
background-color: rgba(255, 180, 171, 1);
background-attachment: scroll;
}








#s-df6d0389-c4ba-4ec1-82fd-b7b913371577 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df6d0389-c4ba-4ec1-82fd-b7b913371577.shg-box.shg-c {
  justify-content: center;
}

#s-0a7133da-8edf-469c-823c-b6f37e081675 {
  margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
max-width: 75em;
background-color: rgba(255, 180, 171, 1);
}

@media (min-width: 0px) {
[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.333333333333333em);
}

[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.333333333333333em);
}

[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.333333333333333em);
}

[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.333333333333333em);
}

[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.333333333333333em);
}

[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.333333333333333em);
}

[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.333333333333333em);
}

[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.333333333333333em);
}

[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.333333333333333em);
}

[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.333333333333333em);
}

[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.333333333333333em);
}

[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.333333333333333em);
}

}

@media (min-width: 992px) {
[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.333333333333333em);
}

[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.333333333333333em);
}

[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.333333333333333em);
}

[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.333333333333333em);
}

[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.333333333333333em);
}

[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.333333333333333em);
}

[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.333333333333333em);
}

[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.333333333333333em);
}

[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.333333333333333em);
}

[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.333333333333333em);
}

[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.333333333333333em);
}

[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.333333333333333em);
}

}

@media (min-width: 1200px) {
[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.333333333333333em);
}

[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.333333333333333em);
}

[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.333333333333333em);
}

[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.333333333333333em);
}

[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.333333333333333em);
}

[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.333333333333333em);
}

[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.333333333333333em);
}

[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.333333333333333em);
}

[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.333333333333333em);
}

[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.333333333333333em);
}

[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.333333333333333em);
}

[id="s-0a7133da-8edf-469c-823c-b6f37e081675"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.333333333333333em);
}

}

#s-86282596-485b-4513-8625-cbe8b82c65db {
  text-align: center;
}




  #s-86282596-485b-4513-8625-cbe8b82c65db img.shogun-image {
    
    width: px;
  }


#s-86282596-485b-4513-8625-cbe8b82c65db .shogun-image-content {
  
    align-items: center;
  
}

#s-0fbac7a2-affb-48c7-87f7-a405dd78b0d8 {
  text-align: center;
}




  #s-0fbac7a2-affb-48c7-87f7-a405dd78b0d8 img.shogun-image {
    
    width: px;
  }


#s-0fbac7a2-affb-48c7-87f7-a405dd78b0d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e373fa2-7c46-4d9c-9abf-ded923d22cdb {
  text-align: center;
}




  #s-4e373fa2-7c46-4d9c-9abf-ded923d22cdb img.shogun-image {
    
    width: px;
  }


#s-4e373fa2-7c46-4d9c-9abf-ded923d22cdb .shogun-image-content {
  
    align-items: center;
  
}

#s-5154d239-a9c9-4faa-a09c-1da5e7799e3f {
  margin-top: 2em;
padding-left: 1em;
padding-right: 1em;
text-align: left;
}

#s-5154d239-a9c9-4faa-a09c-1da5e7799e3f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 48px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-43aac8c3-5956-456f-acfc-3c9e295b1d71 {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-43aac8c3-5956-456f-acfc-3c9e295b1d71 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-43aac8c3-5956-456f-acfc-3c9e295b1d71 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-43aac8c3-5956-456f-acfc-3c9e295b1d71 {
  
}
}@media (max-width: 767px){#s-43aac8c3-5956-456f-acfc-3c9e295b1d71 {
  
}
}
@media (min-width: 0px) {
[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-43aac8c3-5956-456f-acfc-3c9e295b1d71"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-87b4403b-2b5f-4ea5-9780-58396f61df0c {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-87b4403b-2b5f-4ea5-9780-58396f61df0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87b4403b-2b5f-4ea5-9780-58396f61df0c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a8b8508a-8805-47f8-adb5-184d7af05d33 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-a8b8508a-8805-47f8-adb5-184d7af05d33 .shogun-icon-wrapper {
  text-align: left;
}


#s-a8b8508a-8805-47f8-adb5-184d7af05d33 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-8f55453a-396a-4cf8-9331-8cc2635e5335 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-8f55453a-396a-4cf8-9331-8cc2635e5335 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: -1px;
  text-align: left;
}



#s-977c270f-d7af-4413-a99f-f50e658411fe {
  min-height: 50px;
}








#s-977c270f-d7af-4413-a99f-f50e658411fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-977c270f-d7af-4413-a99f-f50e658411fe.shg-box.shg-c {
  justify-content: center;
}

#s-4f680424-f0b2-4f63-b2c0-cf6bbb191eb0 {
  margin-left: 20px;
margin-right: 20px;
max-width: 400px;
text-align: center;
}




  #s-4f680424-f0b2-4f63-b2c0-cf6bbb191eb0 img.shogun-image {
    
    width: px;
  }


#s-4f680424-f0b2-4f63-b2c0-cf6bbb191eb0 .shogun-image-content {
  
    align-items: center;
  
}

#s-738acbe5-f729-4eb4-b2ff-400aabd010d4 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-738acbe5-f729-4eb4-b2ff-400aabd010d4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-738acbe5-f729-4eb4-b2ff-400aabd010d4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-738acbe5-f729-4eb4-b2ff-400aabd010d4 {
  
}
}@media (max-width: 767px){#s-738acbe5-f729-4eb4-b2ff-400aabd010d4 {
  
}
}
#s-c2877fcb-adbd-4665-95e4-08dfe0c24011 {
  min-height: 50px;
background-color: rgba(238, 212, 197, 1);
}








#s-c2877fcb-adbd-4665-95e4-08dfe0c24011 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2877fcb-adbd-4665-95e4-08dfe0c24011.shg-box.shg-c {
  justify-content: center;
}

#s-161ae334-5fc4-44e9-ba18-c5443022e390 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-161ae334-5fc4-44e9-ba18-c5443022e390 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-161ae334-5fc4-44e9-ba18-c5443022e390.shg-box.shg-c {
  justify-content: center;
}

#s-3e6caded-f271-470c-8a22-82be01f925b8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
text-align: center;
background-color: rgba(6, 6, 6, 1);
text-decoration: none;
}
#s-3e6caded-f271-470c-8a22-82be01f925b8:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 0.99) !important;
background-color: rgba(66, 66, 66, 0) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-3e6caded-f271-470c-8a22-82be01f925b8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3e6caded-f271-470c-8a22-82be01f925b8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-0e212880-0993-4b81-8cc0-7f9e82d6c483 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0e212880-0993-4b81-8cc0-7f9e82d6c483 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e212880-0993-4b81-8cc0-7f9e82d6c483.shg-box.shg-c {
  justify-content: center;
}

#s-a0c64518-aa9d-411a-940c-a21cd670d0b2 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a0c64518-aa9d-411a-940c-a21cd670d0b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0c64518-aa9d-411a-940c-a21cd670d0b2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e5845ed2-1a34-40f5-ac0a-62bfd378fcf8 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-e5845ed2-1a34-40f5-ac0a-62bfd378fcf8 .shogun-icon-wrapper {
  text-align: left;
}


#s-e5845ed2-1a34-40f5-ac0a-62bfd378fcf8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-31a9e4fe-9d09-467d-a328-6ebe69c2814b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-31a9e4fe-9d09-467d-a328-6ebe69c2814b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: -2px;
  text-align: left;
}



#s-6cd03e80-8ecd-4b75-abda-33e025ed04a5 {
  min-height: 50px;
}








#s-6cd03e80-8ecd-4b75-abda-33e025ed04a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cd03e80-8ecd-4b75-abda-33e025ed04a5.shg-box.shg-c {
  justify-content: center;
}

#s-6159d64a-3551-4bcb-acdd-eb7e5bef25b4 {
  max-width: 345px;
text-align: center;
}




  #s-6159d64a-3551-4bcb-acdd-eb7e5bef25b4 img.shogun-image {
    
    width: px;
  }


#s-6159d64a-3551-4bcb-acdd-eb7e5bef25b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-2880429d-6852-4091-87c7-6847ece2261a {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-2880429d-6852-4091-87c7-6847ece2261a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2880429d-6852-4091-87c7-6847ece2261a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2880429d-6852-4091-87c7-6847ece2261a {
  
}
}@media (max-width: 767px){#s-2880429d-6852-4091-87c7-6847ece2261a {
  
}
}
#s-7bcb174a-a7c9-4ee5-aa36-7cdb9f29d27e {
  min-height: 50px;
}








#s-7bcb174a-a7c9-4ee5-aa36-7cdb9f29d27e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bcb174a-a7c9-4ee5-aa36-7cdb9f29d27e.shg-box.shg-c {
  justify-content: center;
}

#s-210feb97-a365-44ed-adf7-1c16c8e53d6f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
text-align: center;
background-color: rgba(6, 6, 6, 1);
text-decoration: none;
}
#s-210feb97-a365-44ed-adf7-1c16c8e53d6f:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 0.99) !important;
background-color: rgba(66, 66, 66, 0) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-210feb97-a365-44ed-adf7-1c16c8e53d6f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-210feb97-a365-44ed-adf7-1c16c8e53d6f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-3e0f2f65-f4a3-4d01-9607-cf971bcbc6d4 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3e0f2f65-f4a3-4d01-9607-cf971bcbc6d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e0f2f65-f4a3-4d01-9607-cf971bcbc6d4.shg-box.shg-c {
  justify-content: center;
}

#s-5fee8522-e087-4f9e-b77f-dd059ca2662d {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5fee8522-e087-4f9e-b77f-dd059ca2662d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fee8522-e087-4f9e-b77f-dd059ca2662d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3fa13199-8f48-47c0-98ea-6f22d98cd6cb {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-3fa13199-8f48-47c0-98ea-6f22d98cd6cb .shogun-icon-wrapper {
  text-align: left;
}


#s-3fa13199-8f48-47c0-98ea-6f22d98cd6cb .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-cb0bfb94-bf2a-4303-8335-29b25c510982 {
  min-height: 50px;
}








#s-cb0bfb94-bf2a-4303-8335-29b25c510982 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb0bfb94-bf2a-4303-8335-29b25c510982.shg-box.shg-c {
  justify-content: center;
}

#s-c51e4418-fff8-4c57-8af1-4d73d618d826 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-c51e4418-fff8-4c57-8af1-4d73d618d826 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: -1px;
  text-align: left;
}



#s-26f45595-cbd6-46f7-8e30-7a82d48046c7 {
  margin-left: 20px;
margin-right: 20px;
max-width: 400px;
text-align: center;
}




  #s-26f45595-cbd6-46f7-8e30-7a82d48046c7 img.shogun-image {
    
    width: px;
  }


#s-26f45595-cbd6-46f7-8e30-7a82d48046c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-6b41825b-c1c2-465a-af3b-d85000505d24 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-6b41825b-c1c2-465a-af3b-d85000505d24 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6b41825b-c1c2-465a-af3b-d85000505d24 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6b41825b-c1c2-465a-af3b-d85000505d24 {
  
}
}@media (max-width: 767px){#s-6b41825b-c1c2-465a-af3b-d85000505d24 {
  
}
}
#s-773e2187-90dd-4576-a8c0-bbb334120299 {
  min-height: 50px;
}








#s-773e2187-90dd-4576-a8c0-bbb334120299 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-773e2187-90dd-4576-a8c0-bbb334120299.shg-box.shg-c {
  justify-content: center;
}

#s-d317f72e-41a9-4286-9190-fe85554dc5c0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
text-align: center;
background-color: rgba(4, 4, 4, 1);
text-decoration: none;
}
#s-d317f72e-41a9-4286-9190-fe85554dc5c0:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 0.99) !important;
background-color: rgba(66, 66, 66, 0) !important;
font-size: 16px !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-d317f72e-41a9-4286-9190-fe85554dc5c0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d317f72e-41a9-4286-9190-fe85554dc5c0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-2d3af50f-8eaf-47f7-b70f-bedd47cd7993 {
  min-height: 50px;
}








#s-2d3af50f-8eaf-47f7-b70f-bedd47cd7993 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d3af50f-8eaf-47f7-b70f-bedd47cd7993.shg-box.shg-c {
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

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

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
