.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-21b15d09-8cbb-42cc-a97a-70dd0ed3a523 {
  margin-bottom: 3%;
min-height: 50px;
}








#s-21b15d09-8cbb-42cc-a97a-70dd0ed3a523 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21b15d09-8cbb-42cc-a97a-70dd0ed3a523.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-581e6f30-3c3d-47b2-ba00-ee47a0d37ad4 {
  text-align: left;
}




  #s-581e6f30-3c3d-47b2-ba00-ee47a0d37ad4 img.shogun-image {
    
    width: px;
  }


#s-581e6f30-3c3d-47b2-ba00-ee47a0d37ad4 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

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

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

#s-59408f4b-b034-4c29-b3a7-318f5573af86 {
  padding-top: 15px;
padding-bottom: 15px;
}

#s-e6805c49-4218-4185-8663-77e5bae8b373 {
  background-attachment: fixed;
min-height: 50px;
}
@media (min-width: 1200px){#s-e6805c49-4218-4185-8663-77e5bae8b373 {
  display: none;
}
#s-e6805c49-4218-4185-8663-77e5bae8b373, #wrap-s-e6805c49-4218-4185-8663-77e5bae8b373 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6805c49-4218-4185-8663-77e5bae8b373 {
  display: none;
}
#s-e6805c49-4218-4185-8663-77e5bae8b373, #wrap-s-e6805c49-4218-4185-8663-77e5bae8b373 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6805c49-4218-4185-8663-77e5bae8b373 {
  display: none;
}
#s-e6805c49-4218-4185-8663-77e5bae8b373, #wrap-s-e6805c49-4218-4185-8663-77e5bae8b373 { display:none !important; }}@media (max-width: 767px){#s-e6805c49-4218-4185-8663-77e5bae8b373 {
  
}
}







#s-e6805c49-4218-4185-8663-77e5bae8b373 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6805c49-4218-4185-8663-77e5bae8b373.shg-box.shg-c {
  justify-content: center;
}

#s-27448875-6e5a-406e-ba0d-b3e322244026 {
  text-align: center;
}
@media (min-width: 1200px){#s-27448875-6e5a-406e-ba0d-b3e322244026 {
  display: none;
}
#s-27448875-6e5a-406e-ba0d-b3e322244026, #wrap-s-27448875-6e5a-406e-ba0d-b3e322244026 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-27448875-6e5a-406e-ba0d-b3e322244026 {
  display: none;
}
#s-27448875-6e5a-406e-ba0d-b3e322244026, #wrap-s-27448875-6e5a-406e-ba0d-b3e322244026 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-27448875-6e5a-406e-ba0d-b3e322244026 {
  display: none;
}
#s-27448875-6e5a-406e-ba0d-b3e322244026, #wrap-s-27448875-6e5a-406e-ba0d-b3e322244026 { display:none !important; }}



  #s-27448875-6e5a-406e-ba0d-b3e322244026 img.shogun-image {
    
    width: px;
  }


#s-27448875-6e5a-406e-ba0d-b3e322244026 .shogun-image-content {
  
    align-items: center;
  
}

#s-5050d905-6605-4648-99e1-62efc0fc3008 {
  margin-top: -2em;
margin-left: auto;
margin-bottom: -2em;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-5050d905-6605-4648-99e1-62efc0fc3008 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5050d905-6605-4648-99e1-62efc0fc3008.shg-box.shg-c {
  justify-content: center;
}

#s-e5ddce03-0ce2-4535-aa1e-e920b7d719e0 {
  padding-top: 25px;
padding-bottom: 4em;
max-width: 12000px;
text-align: center;
}
@media (max-width: 767px){#s-e5ddce03-0ce2-4535-aa1e-e920b7d719e0 {
  display: none;
}
#s-e5ddce03-0ce2-4535-aa1e-e920b7d719e0, #wrap-s-e5ddce03-0ce2-4535-aa1e-e920b7d719e0 { display:none !important; }}



  #s-e5ddce03-0ce2-4535-aa1e-e920b7d719e0 img.shogun-image {
    
    width: px;
  }


#s-e5ddce03-0ce2-4535-aa1e-e920b7d719e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-4aa62474-4390-4bdf-9e3d-eccfc6124a6d {
  background-attachment: fixed;
padding-bottom: 0px;
min-height: 41em;
}
@media (min-width: 768px) and (max-width: 991px){#s-4aa62474-4390-4bdf-9e3d-eccfc6124a6d {
  
}
}@media (max-width: 767px){#s-4aa62474-4390-4bdf-9e3d-eccfc6124a6d {
  
}
}







#s-4aa62474-4390-4bdf-9e3d-eccfc6124a6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4aa62474-4390-4bdf-9e3d-eccfc6124a6d.shg-box.shg-c {
  justify-content: center;
}

#s-2eeabd69-552e-48c4-92f4-9ba49628dec5 {
  background-repeat: no-repeat;
background-size: cover;
padding-bottom: 50px;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}








#s-2eeabd69-552e-48c4-92f4-9ba49628dec5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-2eeabd69-552e-48c4-92f4-9ba49628dec5.shg-box.shg-c {
  justify-content: center;
}

#s-d5b8b90c-6b7a-42b3-b12e-aecae0e66976 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
background-color: rgba(255, 255, 255, 0);
}








#s-d5b8b90c-6b7a-42b3-b12e-aecae0e66976 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5b8b90c-6b7a-42b3-b12e-aecae0e66976.shg-box.shg-c {
  justify-content: center;
}

#s-08ba01c6-8b50-4c8b-ac9e-7ace904e27b7 {
  margin-top: 3em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
min-height: 50px;
max-width: 500px;
}








#s-08ba01c6-8b50-4c8b-ac9e-7ace904e27b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08ba01c6-8b50-4c8b-ac9e-7ace904e27b7.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-37112f5c-1804-4bac-83e2-3b4dbe1724bb {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-37112f5c-1804-4bac-83e2-3b4dbe1724bb .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e500df92-34c7-4393-891c-06c1cb9dddbf {
  margin-top: 0em;
margin-bottom: 0em;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-e500df92-34c7-4393-891c-06c1cb9dddbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e500df92-34c7-4393-891c-06c1cb9dddbf.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-0ee909d2-a79a-45ee-9589-9eeb952c9a7a {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-0ee909d2-a79a-45ee-9589-9eeb952c9a7a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-863e762f-95ef-4435-af7c-c18599c8bf53 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 60px;
}
@media (max-width: 767px){#s-863e762f-95ef-4435-af7c-c18599c8bf53 {
  display: none;
}
#s-863e762f-95ef-4435-af7c-c18599c8bf53, #wrap-s-863e762f-95ef-4435-af7c-c18599c8bf53 { display:none !important; }}







#s-863e762f-95ef-4435-af7c-c18599c8bf53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-863e762f-95ef-4435-af7c-c18599c8bf53.shg-box.shg-c {
  justify-content: center;
}

#s-e96e9ce6-673a-454c-98b8-065b8aecbb8d {
  text-align: center;
}
@media (max-width: 767px){#s-e96e9ce6-673a-454c-98b8-065b8aecbb8d {
  display: none;
}
#s-e96e9ce6-673a-454c-98b8-065b8aecbb8d, #wrap-s-e96e9ce6-673a-454c-98b8-065b8aecbb8d { display:none !important; }}



  #s-e96e9ce6-673a-454c-98b8-065b8aecbb8d img.shogun-image {
    
    width: px;
  }


#s-e96e9ce6-673a-454c-98b8-065b8aecbb8d .shogun-image-content {
  
    align-items: center;
  
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-e251e436-8f59-4ddb-af73-9cf3469cc781 {
  margin-bottom: 0px;
}

#s-e251e436-8f59-4ddb-af73-9cf3469cc781 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-e251e436-8f59-4ddb-af73-9cf3469cc781 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-e251e436-8f59-4ddb-af73-9cf3469cc781 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(227, 0, 11, 1);
}

#s-e251e436-8f59-4ddb-af73-9cf3469cc781 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-e251e436-8f59-4ddb-af73-9cf3469cc781 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(227, 0, 11, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 25px;
}

#s-e251e436-8f59-4ddb-af73-9cf3469cc781 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 25px;
}
#s-879ca099-a296-47f0-90b9-0b5887bd0f88 {
  border-style: solid;
margin-top: 0em;
padding-top: 16px;
padding-left: 15px;
padding-bottom: 16px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(227, 0, 11, 0);
border-style: solid;
border-radius: 7px;
min-height: 50px;
}








#s-879ca099-a296-47f0-90b9-0b5887bd0f88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-879ca099-a296-47f0-90b9-0b5887bd0f88.shg-box.shg-c {
  justify-content: center;
}

#s-ed6492e8-2707-46a6-affe-87e920f51c88 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ed6492e8-2707-46a6-affe-87e920f51c88"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b6ffab69-6171-4ce6-ac4d-5badef33fa05 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-b6ffab69-6171-4ce6-ac4d-5badef33fa05 img.shogun-image {
    
    width: px;
  }


#s-b6ffab69-6171-4ce6-ac4d-5badef33fa05 .shogun-image-content {
  
    align-items: center;
  
}

#s-73f38ff4-740c-4b71-b390-4d09058d310a {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-73f38ff4-740c-4b71-b390-4d09058d310a img.shogun-image {
    
    width: px;
  }


#s-73f38ff4-740c-4b71-b390-4d09058d310a .shogun-image-content {
  
    align-items: center;
  
}

#s-1c939260-67f1-40a5-b47d-cc7f648174c0 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1c939260-67f1-40a5-b47d-cc7f648174c0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7d15a7c3-f2f0-41a8-bcf8-7a8b7b3c633a {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-7d15a7c3-f2f0-41a8-bcf8-7a8b7b3c633a img.shogun-image {
    
    width: px;
  }


#s-7d15a7c3-f2f0-41a8-bcf8-7a8b7b3c633a .shogun-image-content {
  
    align-items: center;
  
}

#s-35015157-3420-49ad-b620-b639d219fee5 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-35015157-3420-49ad-b620-b639d219fee5 img.shogun-image {
    
    width: px;
  }


#s-35015157-3420-49ad-b620-b639d219fee5 .shogun-image-content {
  
    align-items: center;
  
}

#s-8e54f953-2d75-4613-84ff-511c55013646 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8e54f953-2d75-4613-84ff-511c55013646"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2a752265-dd74-4beb-9491-f76bac6a1ea3 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-2a752265-dd74-4beb-9491-f76bac6a1ea3 img.shogun-image {
    
    width: px;
  }


#s-2a752265-dd74-4beb-9491-f76bac6a1ea3 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a09c29b-8808-4ee0-81f9-6a2cab5f317a {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-7a09c29b-8808-4ee0-81f9-6a2cab5f317a img.shogun-image {
    
    width: px;
  }


#s-7a09c29b-8808-4ee0-81f9-6a2cab5f317a .shogun-image-content {
  
    align-items: center;
  
}

#s-e053bf2b-6105-4445-b9d6-6a8cf8852b51 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e053bf2b-6105-4445-b9d6-6a8cf8852b51"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b80785c8-9b30-490d-8e5b-99d851ba490a {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-b80785c8-9b30-490d-8e5b-99d851ba490a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-07160c9e-9428-40f5-91c5-370b4799e72e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 60px;
}
@media (max-width: 767px){#s-07160c9e-9428-40f5-91c5-370b4799e72e {
  display: none;
}
#s-07160c9e-9428-40f5-91c5-370b4799e72e, #wrap-s-07160c9e-9428-40f5-91c5-370b4799e72e { display:none !important; }}







#s-07160c9e-9428-40f5-91c5-370b4799e72e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07160c9e-9428-40f5-91c5-370b4799e72e.shg-box.shg-c {
  justify-content: center;
}

#s-d698fd72-3066-4d99-abe6-d5494726e939 {
  text-align: center;
}
@media (max-width: 767px){#s-d698fd72-3066-4d99-abe6-d5494726e939 {
  display: none;
}
#s-d698fd72-3066-4d99-abe6-d5494726e939, #wrap-s-d698fd72-3066-4d99-abe6-d5494726e939 { display:none !important; }}



  #s-d698fd72-3066-4d99-abe6-d5494726e939 img.shogun-image {
    
    width: px;
  }


#s-d698fd72-3066-4d99-abe6-d5494726e939 .shogun-image-content {
  
    align-items: center;
  
}

#s-7427d985-48a5-4b9d-9fb2-3cb45f232603 {
  margin-bottom: 8px;
}

#s-7427d985-48a5-4b9d-9fb2-3cb45f232603 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-7427d985-48a5-4b9d-9fb2-3cb45f232603 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-7427d985-48a5-4b9d-9fb2-3cb45f232603 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 103, 29, 1);
}

#s-7427d985-48a5-4b9d-9fb2-3cb45f232603 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-7427d985-48a5-4b9d-9fb2-3cb45f232603 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 103, 29, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 25px;
}

#s-7427d985-48a5-4b9d-9fb2-3cb45f232603 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 25px;
}
#s-151efd34-bb76-498d-a60b-c2d4af0111ad {
  border-style: solid;
margin-top: 0em;
padding-top: 16px;
padding-left: 15px;
padding-bottom: 16px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 103, 29, 0);
border-style: solid;
border-radius: 7px;
min-height: 50px;
}








#s-151efd34-bb76-498d-a60b-c2d4af0111ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-151efd34-bb76-498d-a60b-c2d4af0111ad.shg-box.shg-c {
  justify-content: center;
}

#s-1ec6e838-7fbb-418a-8d92-effea9755054 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1ec6e838-7fbb-418a-8d92-effea9755054"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0244ecc5-63b8-453b-8b2c-6e3af8a0c69a {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-0244ecc5-63b8-453b-8b2c-6e3af8a0c69a img.shogun-image {
    
    width: px;
  }


#s-0244ecc5-63b8-453b-8b2c-6e3af8a0c69a .shogun-image-content {
  
    align-items: center;
  
}

#s-bff71c1c-68ab-47fb-bb2a-d643101095c4 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-bff71c1c-68ab-47fb-bb2a-d643101095c4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-b423e363-861c-474a-857b-7d3edd7d98c1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 60px;
}
@media (max-width: 767px){#s-b423e363-861c-474a-857b-7d3edd7d98c1 {
  display: none;
}
#s-b423e363-861c-474a-857b-7d3edd7d98c1, #wrap-s-b423e363-861c-474a-857b-7d3edd7d98c1 { display:none !important; }}







#s-b423e363-861c-474a-857b-7d3edd7d98c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b423e363-861c-474a-857b-7d3edd7d98c1.shg-box.shg-c {
  justify-content: center;
}

#s-455241bd-0571-4ddf-955a-7d1c4602dfca {
  text-align: center;
}
@media (max-width: 767px){#s-455241bd-0571-4ddf-955a-7d1c4602dfca {
  display: none;
}
#s-455241bd-0571-4ddf-955a-7d1c4602dfca, #wrap-s-455241bd-0571-4ddf-955a-7d1c4602dfca { display:none !important; }}



  #s-455241bd-0571-4ddf-955a-7d1c4602dfca img.shogun-image {
    
    width: px;
  }


#s-455241bd-0571-4ddf-955a-7d1c4602dfca .shogun-image-content {
  
    align-items: center;
  
}

#s-d54a9a96-8f35-4e6e-8dab-f2a0b02b207c {
  margin-top: 0px;
margin-bottom: 8px;
}

#s-d54a9a96-8f35-4e6e-8dab-f2a0b02b207c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-d54a9a96-8f35-4e6e-8dab-f2a0b02b207c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-d54a9a96-8f35-4e6e-8dab-f2a0b02b207c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 183, 27, 1);
}

#s-d54a9a96-8f35-4e6e-8dab-f2a0b02b207c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-d54a9a96-8f35-4e6e-8dab-f2a0b02b207c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 183, 27, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 25px;
}

#s-d54a9a96-8f35-4e6e-8dab-f2a0b02b207c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 25px;
}
#s-77a489eb-1c98-43d9-ba23-de80094941de {
  border-style: solid;
margin-top: 0em;
padding-top: 16px;
padding-left: 15px;
padding-bottom: 16px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 183, 27, 0);
border-style: solid;
border-radius: 7px;
min-height: 50px;
}








#s-77a489eb-1c98-43d9-ba23-de80094941de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77a489eb-1c98-43d9-ba23-de80094941de.shg-box.shg-c {
  justify-content: center;
}

#s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-128d07fa-76e4-4bd1-b8e9-fa942b7445c1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-652dd24c-bdac-4ab3-a046-d39791045090 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-652dd24c-bdac-4ab3-a046-d39791045090 img.shogun-image {
    
    width: px;
  }


#s-652dd24c-bdac-4ab3-a046-d39791045090 .shogun-image-content {
  
    align-items: center;
  
}

#s-32d3b8d5-b20f-4292-80b7-ad007922af36 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-32d3b8d5-b20f-4292-80b7-ad007922af36 img.shogun-image {
    
    width: px;
  }


#s-32d3b8d5-b20f-4292-80b7-ad007922af36 .shogun-image-content {
  
    align-items: center;
  
}

#s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5f4df2a8-f335-49b5-b770-0ec5eb855e5e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5d3937ee-1cfc-4098-a727-8c568bee0237 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-5d3937ee-1cfc-4098-a727-8c568bee0237 img.shogun-image {
    
    width: px;
  }


#s-5d3937ee-1cfc-4098-a727-8c568bee0237 .shogun-image-content {
  
    align-items: center;
  
}

#s-dea95bb0-6336-46a5-9b09-baa7b2349451 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-dea95bb0-6336-46a5-9b09-baa7b2349451 img.shogun-image {
    
    width: px;
  }


#s-dea95bb0-6336-46a5-9b09-baa7b2349451 .shogun-image-content {
  
    align-items: center;
  
}

#s-cb05be68-f6d0-4d58-921c-5d231022a974 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-cb05be68-f6d0-4d58-921c-5d231022a974"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-95540950-2f8e-4179-97a8-7178fbbb04fb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 60px;
}
@media (max-width: 767px){#s-95540950-2f8e-4179-97a8-7178fbbb04fb {
  display: none;
}
#s-95540950-2f8e-4179-97a8-7178fbbb04fb, #wrap-s-95540950-2f8e-4179-97a8-7178fbbb04fb { display:none !important; }}







#s-95540950-2f8e-4179-97a8-7178fbbb04fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95540950-2f8e-4179-97a8-7178fbbb04fb.shg-box.shg-c {
  justify-content: center;
}

#s-7d3e2d6e-162a-4c44-9626-a669ab8b115b {
  text-align: center;
}
@media (max-width: 767px){#s-7d3e2d6e-162a-4c44-9626-a669ab8b115b {
  display: none;
}
#s-7d3e2d6e-162a-4c44-9626-a669ab8b115b, #wrap-s-7d3e2d6e-162a-4c44-9626-a669ab8b115b { display:none !important; }}



  #s-7d3e2d6e-162a-4c44-9626-a669ab8b115b img.shogun-image {
    
    width: px;
  }


#s-7d3e2d6e-162a-4c44-9626-a669ab8b115b .shogun-image-content {
  
    align-items: center;
  
}

#s-5b3cf900-da1a-4d81-b059-4c05dc90c712 {
  margin-top: 0em;
margin-bottom: 0px;
}

#s-5b3cf900-da1a-4d81-b059-4c05dc90c712 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-5b3cf900-da1a-4d81-b059-4c05dc90c712 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-5b3cf900-da1a-4d81-b059-4c05dc90c712 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(78, 216, 190, 1);
}

#s-5b3cf900-da1a-4d81-b059-4c05dc90c712 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-5b3cf900-da1a-4d81-b059-4c05dc90c712 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(78, 216, 190, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 25px;
}

#s-5b3cf900-da1a-4d81-b059-4c05dc90c712 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 25px;
}
#s-b4ecdf40-7754-4315-8f7a-8aab86bc9e63 {
  border-style: solid;
margin-top: 0em;
margin-bottom: 8px;
padding-top: 16px;
padding-left: 15px;
padding-bottom: 16px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(220, 37, 151, 0);
border-style: solid;
border-radius: 7px;
min-height: 50px;
}








#s-b4ecdf40-7754-4315-8f7a-8aab86bc9e63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4ecdf40-7754-4315-8f7a-8aab86bc9e63.shg-box.shg-c {
  justify-content: center;
}

#s-b674a9e3-7163-4d15-9148-7356ed398795 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b674a9e3-7163-4d15-9148-7356ed398795"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6f5b8037-157c-4f00-9d6a-8335071ebbf7 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-6f5b8037-157c-4f00-9d6a-8335071ebbf7 img.shogun-image {
    
    width: px;
  }


#s-6f5b8037-157c-4f00-9d6a-8335071ebbf7 .shogun-image-content {
  
    align-items: center;
  
}

#s-af99e951-e1e4-4244-beb9-abaed1144287 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-af99e951-e1e4-4244-beb9-abaed1144287 img.shogun-image {
    
    width: px;
  }


#s-af99e951-e1e4-4244-beb9-abaed1144287 .shogun-image-content {
  
    align-items: center;
  
}

#s-928c34a3-7eb0-4b78-83db-58dad95efea9 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-928c34a3-7eb0-4b78-83db-58dad95efea9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ce8d1710-0235-4988-b8e8-67ba45e4cea2 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-ce8d1710-0235-4988-b8e8-67ba45e4cea2 img.shogun-image {
    
    width: px;
  }


#s-ce8d1710-0235-4988-b8e8-67ba45e4cea2 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a5aad8b-70f0-4052-8f6a-be96df12a76c {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-7a5aad8b-70f0-4052-8f6a-be96df12a76c img.shogun-image {
    
    width: px;
  }


#s-7a5aad8b-70f0-4052-8f6a-be96df12a76c .shogun-image-content {
  
    align-items: center;
  
}

#s-42ce1e17-2d68-4165-ad3b-058cbd085a03 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-42ce1e17-2d68-4165-ad3b-058cbd085a03"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a41a2d7b-1cd2-4218-9f0d-2e96c6a2b1a7 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-a41a2d7b-1cd2-4218-9f0d-2e96c6a2b1a7 img.shogun-image {
    
    width: px;
  }


#s-a41a2d7b-1cd2-4218-9f0d-2e96c6a2b1a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-7272d8b0-41d4-4a14-987d-0b4581737717 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-7272d8b0-41d4-4a14-987d-0b4581737717 img.shogun-image {
    
    width: px;
  }


#s-7272d8b0-41d4-4a14-987d-0b4581737717 .shogun-image-content {
  
    align-items: center;
  
}

#s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6919f49b-8281-4e38-b2a4-b8bd0a06d1fe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-09263afd-4376-4cf8-84f5-f9a43d5abc82 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-09263afd-4376-4cf8-84f5-f9a43d5abc82 img.shogun-image {
    
    width: px;
  }


#s-09263afd-4376-4cf8-84f5-f9a43d5abc82 .shogun-image-content {
  
    align-items: center;
  
}

#s-57e83f11-c541-4705-b47a-c24524d86d95 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-57e83f11-c541-4705-b47a-c24524d86d95 img.shogun-image {
    
    width: px;
  }


#s-57e83f11-c541-4705-b47a-c24524d86d95 .shogun-image-content {
  
    align-items: center;
  
}

#s-0fe496a7-9847-4779-8191-00445d925198 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0fe496a7-9847-4779-8191-00445d925198"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-63c63b52-d9ce-40de-9bee-abdef5437924 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-63c63b52-d9ce-40de-9bee-abdef5437924 img.shogun-image {
    
    width: px;
  }


#s-63c63b52-d9ce-40de-9bee-abdef5437924 .shogun-image-content {
  
    align-items: center;
  
}

#s-4c7da6ab-8023-4e3b-b31d-483daa9c1282 {
  margin-top: 0px;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4c7da6ab-8023-4e3b-b31d-483daa9c1282"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-d21c1ee8-07f6-43d2-b274-c388c24016f2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 60px;
}
@media (max-width: 767px){#s-d21c1ee8-07f6-43d2-b274-c388c24016f2 {
  display: none;
}
#s-d21c1ee8-07f6-43d2-b274-c388c24016f2, #wrap-s-d21c1ee8-07f6-43d2-b274-c388c24016f2 { display:none !important; }}







#s-d21c1ee8-07f6-43d2-b274-c388c24016f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d21c1ee8-07f6-43d2-b274-c388c24016f2.shg-box.shg-c {
  justify-content: center;
}

#s-95406806-a9b4-4287-b8e4-d9c4d177ec41 {
  text-align: center;
}
@media (max-width: 767px){#s-95406806-a9b4-4287-b8e4-d9c4d177ec41 {
  display: none;
}
#s-95406806-a9b4-4287-b8e4-d9c4d177ec41, #wrap-s-95406806-a9b4-4287-b8e4-d9c4d177ec41 { display:none !important; }}



  #s-95406806-a9b4-4287-b8e4-d9c4d177ec41 img.shogun-image {
    
    width: px;
  }


#s-95406806-a9b4-4287-b8e4-d9c4d177ec41 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3373410-4d9b-4371-ac8f-79e533bed241 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 900px;
}

#s-f3373410-4d9b-4371-ac8f-79e533bed241 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-f3373410-4d9b-4371-ac8f-79e533bed241 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-f3373410-4d9b-4371-ac8f-79e533bed241 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(60, 180, 229, 1);
}

#s-f3373410-4d9b-4371-ac8f-79e533bed241 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-f3373410-4d9b-4371-ac8f-79e533bed241 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(60, 180, 229, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 25px;
}

#s-f3373410-4d9b-4371-ac8f-79e533bed241 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 25px;
}
#s-e3e3fc9a-8578-471d-a48d-b79f35f7e003 {
  border-style: solid;
margin-top: 0em;
padding-top: 16px;
padding-left: 15px;
padding-bottom: 16px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(60, 180, 229, 0);
border-style: solid;
border-radius: 7px;
min-height: 50px;
}








#s-e3e3fc9a-8578-471d-a48d-b79f35f7e003 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3e3fc9a-8578-471d-a48d-b79f35f7e003.shg-box.shg-c {
  justify-content: center;
}

#s-27ba9618-c73b-4217-ac6a-948811e43180 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-27ba9618-c73b-4217-ac6a-948811e43180"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9e4f1ae6-7933-4357-a627-a97fa5c8a6de {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-9e4f1ae6-7933-4357-a627-a97fa5c8a6de img.shogun-image {
    
    width: px;
  }


#s-9e4f1ae6-7933-4357-a627-a97fa5c8a6de .shogun-image-content {
  
    align-items: center;
  
}

#s-249a98c2-5f96-4852-8b16-70ce5012aa00 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-249a98c2-5f96-4852-8b16-70ce5012aa00"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-8109ab20-65a0-46e6-81d0-e455385242c0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 60px;
}
@media (max-width: 767px){#s-8109ab20-65a0-46e6-81d0-e455385242c0 {
  display: none;
}
#s-8109ab20-65a0-46e6-81d0-e455385242c0, #wrap-s-8109ab20-65a0-46e6-81d0-e455385242c0 { display:none !important; }}







#s-8109ab20-65a0-46e6-81d0-e455385242c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8109ab20-65a0-46e6-81d0-e455385242c0.shg-box.shg-c {
  justify-content: center;
}

#s-006e7b48-ec69-4ef8-a344-a7b8edf13093 {
  text-align: center;
}
@media (max-width: 767px){#s-006e7b48-ec69-4ef8-a344-a7b8edf13093 {
  display: none;
}
#s-006e7b48-ec69-4ef8-a344-a7b8edf13093, #wrap-s-006e7b48-ec69-4ef8-a344-a7b8edf13093 { display:none !important; }}



  #s-006e7b48-ec69-4ef8-a344-a7b8edf13093 img.shogun-image {
    
    width: px;
  }


#s-006e7b48-ec69-4ef8-a344-a7b8edf13093 .shogun-image-content {
  
    align-items: center;
  
}

#s-189a7cb6-cd50-4652-a25c-4b3ab206b7fe {
  margin-top: 0em;
margin-bottom: 8px;
}

#s-189a7cb6-cd50-4652-a25c-4b3ab206b7fe > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-189a7cb6-cd50-4652-a25c-4b3ab206b7fe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-189a7cb6-cd50-4652-a25c-4b3ab206b7fe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(96, 96, 96, 1);
}

#s-189a7cb6-cd50-4652-a25c-4b3ab206b7fe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-189a7cb6-cd50-4652-a25c-4b3ab206b7fe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(96, 96, 96, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 25px;
}

#s-189a7cb6-cd50-4652-a25c-4b3ab206b7fe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 25px;
}
#s-567ece3a-21da-4a86-be63-0d6f96b669ab {
  border-style: solid;
margin-top: -1em;
padding-top: 16px;
padding-left: 15px;
padding-bottom: 16px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(61, 57, 53, 0);
border-style: solid;
border-radius: 7px;
min-height: 50px;
}








#s-567ece3a-21da-4a86-be63-0d6f96b669ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-567ece3a-21da-4a86-be63-0d6f96b669ab.shg-box.shg-c {
  justify-content: center;
}

#s-738e0ac0-ab82-4d0b-bc48-f42710f577cf {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-738e0ac0-ab82-4d0b-bc48-f42710f577cf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-1b8c64bc-1031-4f21-87e4-c7be4aa6b406 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-1b8c64bc-1031-4f21-87e4-c7be4aa6b406 img.shogun-image {
    
    width: px;
  }


#s-1b8c64bc-1031-4f21-87e4-c7be4aa6b406 .shogun-image-content {
  
    align-items: center;
  
}

#s-22d84e3b-2ee5-4fa7-bc0f-cdaabbbed2c8 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-22d84e3b-2ee5-4fa7-bc0f-cdaabbbed2c8 img.shogun-image {
    
    width: px;
  }


#s-22d84e3b-2ee5-4fa7-bc0f-cdaabbbed2c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d121dd1f-5bd9-4d43-8f6a-0d20e324c231"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-1911ae71-3d09-4cb2-a8a6-3bd3871b649f {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-1911ae71-3d09-4cb2-a8a6-3bd3871b649f img.shogun-image {
    
    width: px;
  }


#s-1911ae71-3d09-4cb2-a8a6-3bd3871b649f .shogun-image-content {
  
    align-items: center;
  
}

#s-90569937-328a-4194-8af9-6577945400cc {
  padding-top: 2em;
padding-bottom: 2em;
min-height: 47em;
background-color: rgba(30, 30, 30, 1);
}
@media (max-width: 767px){#s-90569937-328a-4194-8af9-6577945400cc {
  
}
}







#s-90569937-328a-4194-8af9-6577945400cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90569937-328a-4194-8af9-6577945400cc.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.6666666666666666px);
}

[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.6666666666666666px);
}

[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.6666666666666666px);
}

[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.6666666666666666px);
}

[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.6666666666666666px);
}

[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.6666666666666666px);
}

[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.6666666666666666px);
}

[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.6666666666666666px);
}

[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.6666666666666666px);
}

[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.6666666666666666px);
}

[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.6666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.6666666666666666px);
}

[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.6666666666666666px);
}

[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.6666666666666666px);
}

[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.6666666666666666px);
}

[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.6666666666666666px);
}

[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.6666666666666666px);
}

[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.6666666666666666px);
}

[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.6666666666666666px);
}

[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.6666666666666666px);
}

[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.6666666666666666px);
}

[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.6666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.6666666666666666px);
}

[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.6666666666666666px);
}

[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.6666666666666666px);
}

[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.6666666666666666px);
}

[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.6666666666666666px);
}

[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.6666666666666666px);
}

[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.6666666666666666px);
}

[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.6666666666666666px);
}

[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.6666666666666666px);
}

[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.6666666666666666px);
}

[id="s-a79c2224-d445-4233-9ad4-cbdd20e58772"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.6666666666666666px);
}

}

#s-1a470e79-4827-4160-a727-659bac7fd2d4 {
  margin-top: 3em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a470e79-4827-4160-a727-659bac7fd2d4 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-081ab948-e266-4f79-9514-4fe082baa4ef"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d76e1d96-2ecb-4624-8238-72963efe544b {
  border-style: solid;
margin-bottom: 1em;
margin-right: 0em;
padding-top: 14px;
padding-left: 2em;
padding-bottom: 14px;
padding-right: 2em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(45, 195, 255, 1);
border-style: solid;
min-height: 31em;
}








#s-d76e1d96-2ecb-4624-8238-72963efe544b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d76e1d96-2ecb-4624-8238-72963efe544b.shg-box.shg-c {
  justify-content: flex-end;
}

#s-5df54db7-f4ea-4655-899f-043c0d821ae1 {
  margin-top: 0px;
margin-bottom: 1em;
min-height: 50px;
}








#s-5df54db7-f4ea-4655-899f-043c0d821ae1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5df54db7-f4ea-4655-899f-043c0d821ae1.shg-box.shg-c {
  justify-content: center;
}

#s-d5377865-c426-496c-93f7-58d9fe064c16 {
  margin-left: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d5377865-c426-496c-93f7-58d9fe064c16 .shogun-heading-component h3 {
  color: rgba(253, 253, 253, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a887a0ba-4bbc-486f-a950-047709b9ffac {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 2.6666666666666665px);
}

}

@media (min-width: 768px) {
[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.6666666666666665px);
}

}

@media (min-width: 992px) {
[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.6666666666666665px);
}

}

@media (min-width: 1200px) {
[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.6666666666666665px);
}

[id="s-a887a0ba-4bbc-486f-a950-047709b9ffac"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.6666666666666665px);
}

}

#s-412d03c5-fc89-460e-a661-bda25eaf7bf3 {
  border-style: solid;
padding-top: 5px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 0, 11, 1);
border-style: solid;
}

#s-2554632b-0540-4ae9-84f2-60fd42422379 {
  border-style: solid;
padding-top: 5px;
padding-bottom: 0px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 0, 11, 1);
border-style: solid;
}

#s-32131957-67fe-40f6-b94c-8119d09081eb {
  border-style: solid;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 74, 74, 1);
border-style: solid;
}

#s-dace8f36-34c7-4f51-90db-934ddbdb480e {
  margin-bottom: 1em;
min-height: 50px;
}








#s-dace8f36-34c7-4f51-90db-934ddbdb480e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dace8f36-34c7-4f51-90db-934ddbdb480e.shg-box.shg-c {
  justify-content: center;
}

#s-d9076fec-1914-4f86-9ad1-5478b154a815 {
  margin-left: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d9076fec-1914-4f86-9ad1-5478b154a815 .shogun-heading-component h3 {
  color: rgba(253, 253, 253, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01 {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.0px);
}

[id="s-9d9bfe50-3154-48c6-8c5b-368efb7cfb01"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.0px);
}

}

#s-e52bff51-96e7-4823-999d-bceee2532508 {
  border-style: solid;
padding-top: 5px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 0, 11, 1);
border-style: solid;
}

#s-92bc4b62-5d44-4735-80a2-683158b4c520 {
  border-style: solid;
padding-top: 5px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 74, 74, 1);
border-style: solid;
}

#s-09cd8fea-9f4a-4b00-a832-063390db3390 {
  margin-bottom: 1em;
min-height: 50px;
}








#s-09cd8fea-9f4a-4b00-a832-063390db3390 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09cd8fea-9f4a-4b00-a832-063390db3390.shg-box.shg-c {
  justify-content: center;
}

#s-dc7c035d-97cf-4f4b-bcc5-2dee16c45538 {
  margin-left: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc7c035d-97cf-4f4b-bcc5-2dee16c45538 .shogun-heading-component h3 {
  color: rgba(253, 253, 253, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-48b85e58-d2c4-44c2-82e3-b717e83e0201 {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 3.0px);
}

}

@media (min-width: 768px) {
[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.0px);
}

}

@media (min-width: 992px) {
[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.0px);
}

}

@media (min-width: 1200px) {
[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-48b85e58-d2c4-44c2-82e3-b717e83e0201"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.0px);
}

}

#s-5e8c1d12-060f-4229-9658-48be8cb682e9 {
  border-style: solid;
padding-top: 5px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 74, 74, 1);
border-style: solid;
}

#s-ea856421-96c6-4092-b8fb-2954cafac674 {
  border-style: solid;
padding-top: 5px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 0, 11, 1);
border-style: solid;
}

#s-940555e7-e1ff-40eb-a515-926257a93759 {
  border-style: solid;
padding-top: 5px;
padding-bottom: 0px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 74, 74, 1);
border-style: solid;
}

#s-de6dd887-b8b0-44e1-938b-e4b37e532133 {
  border-style: solid;
padding-top: 5px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 74, 74, 1);
border-style: solid;
}

#s-ffb5b781-aaa4-40a5-9cc4-0a299226d365 {
  margin-bottom: 1em;
min-height: 50px;
}








#s-ffb5b781-aaa4-40a5-9cc4-0a299226d365 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffb5b781-aaa4-40a5-9cc4-0a299226d365.shg-box.shg-c {
  justify-content: center;
}

#s-9a88b399-3f8d-4134-b06e-16288cc3a7fd {
  margin-left: 0em;
margin-bottom: 1em;
min-height: 50px;
}








#s-9a88b399-3f8d-4134-b06e-16288cc3a7fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a88b399-3f8d-4134-b06e-16288cc3a7fd.shg-box.shg-c {
  justify-content: center;
}

#s-743c051d-6b6d-492b-a06d-a36c17953792 {
  margin-left: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-743c051d-6b6d-492b-a06d-a36c17953792 .shogun-heading-component h3 {
  color: rgba(253, 253, 253, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 3.0px);
}

}

@media (min-width: 768px) {
[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.0px);
}

}

@media (min-width: 992px) {
[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.0px);
}

}

@media (min-width: 1200px) {
[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-7dc2452f-6d3a-4d2c-9223-78f29fb5451f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.0px);
}

}

#s-5cbca92c-30bb-41ae-9e4d-73006c880129 {
  border-style: solid;
padding-top: 5px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 0, 11, 1);
border-style: solid;
}

#s-4772a309-a858-4701-ae76-eed39c768f79 {
  border-style: solid;
padding-top: 5px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 0, 11, 1);
border-style: solid;
}

#s-d1af9c9d-935f-4f90-99e2-e6eb636846c4 {
  border-style: solid;
padding-top: 5px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 0, 11, 1);
border-style: solid;
}

#s-b043d62d-f49f-4b37-a804-6dc6ea9dc05a {
  border-style: solid;
padding-top: 5px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 0, 11, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ef6fde6d-3c00-4320-a1b7-01aa3da4ab51"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fed8eaf5-f64b-43b2-af53-b27675d4dc2b {
  border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 133, 133, 1);
border-style: solid;
min-height: 31em;
}








#s-fed8eaf5-f64b-43b2-af53-b27675d4dc2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fed8eaf5-f64b-43b2-af53-b27675d4dc2b.shg-box.shg-c {
  justify-content: center;
}

#s-7facd402-2998-4aa2-99a3-099099d7aa00 {
  margin-bottom: 1em;
}

#s-343ccd73-b596-457f-af8c-65cf2c130b53 {
  margin-bottom: 1em;
}

#s-97ea922d-c7fd-4718-af4c-a9b6eb8c4993 {
  margin-bottom: 1em;
}

#s-d7a66652-7c57-494a-a357-435856b9e186 {
  margin-bottom: 1em;
}

#s-8e59e74e-2c9a-4de3-90dc-396e18f58918 {
  border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 133, 133, 1);
border-style: solid;
min-height: 31em;
}








#s-8e59e74e-2c9a-4de3-90dc-396e18f58918 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e59e74e-2c9a-4de3-90dc-396e18f58918.shg-box.shg-c {
  justify-content: center;
}

#s-46bdd318-4f6f-4151-8ad9-79baedfa350c {
  margin-bottom: 1em;
}

#s-7b68afc8-4f15-4570-bcbe-99e77a1c71ca {
  margin-bottom: 1em;
}

#s-c853737d-37b5-40cf-b5c8-401ce2bf0f18 {
  margin-bottom: 1em;
}

#s-4697f644-78c2-43bb-9a45-de08931d0418 {
  margin-bottom: 1em;
}

#s-42939391-2f3b-4952-8e7a-789eee842005 {
  border-style: solid;
margin-top: 30px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 30px;
padding-left: 200px;
padding-bottom: 30px;
padding-right: 200px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 0, 11, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
max-width: 1600px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-42939391-2f3b-4952-8e7a-789eee842005 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-42939391-2f3b-4952-8e7a-789eee842005 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-42939391-2f3b-4952-8e7a-789eee842005 {
  padding-left: 100px;
padding-right: 100px;
}
}@media (max-width: 767px){#s-42939391-2f3b-4952-8e7a-789eee842005 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 5px;
padding-right: 5px;
}
}







#s-42939391-2f3b-4952-8e7a-789eee842005 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42939391-2f3b-4952-8e7a-789eee842005.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8a8c2d4c-44cb-48b6-9be4-3cd0ed1144d5 {
  margin-bottom: 3em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a8c2d4c-44cb-48b6-9be4-3cd0ed1144d5 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9706911d-914f-4424-8e60-573295b86ff8 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
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;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9706911d-914f-4424-8e60-573295b86ff8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9706911d-914f-4424-8e60-573295b86ff8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9706911d-914f-4424-8e60-573295b86ff8 {
  
}
}@media (max-width: 767px){#s-9706911d-914f-4424-8e60-573295b86ff8 {
  
}
}







#s-9706911d-914f-4424-8e60-573295b86ff8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-9706911d-914f-4424-8e60-573295b86ff8.shg-box.shg-c {
  justify-content: center;
}

#s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-c8d71861-ac5c-4a8d-beca-8a3e8b64bb1d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-086be3b9-2f18-4079-8cd5-ba30ffbacf9d {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
max-width: 600px;
background-color: rgba(246, 246, 246, 1);
}








#s-086be3b9-2f18-4079-8cd5-ba30ffbacf9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-086be3b9-2f18-4079-8cd5-ba30ffbacf9d.shg-box.shg-c {
  justify-content: center;
}

#s-50b6e694-51ff-4ad0-8171-d909f1db213a {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50b6e694-51ff-4ad0-8171-d909f1db213a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-897f228e-e5a0-4d46-a3f2-438e660f349b {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-897f228e-e5a0-4d46-a3f2-438e660f349b {
  margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}
}
#s-cd95812f-0984-4deb-a4fc-9d9a3990ce52 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-cd95812f-0984-4deb-a4fc-9d9a3990ce52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd95812f-0984-4deb-a4fc-9d9a3990ce52.shg-box.shg-c {
  justify-content: flex-start;
}

#s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-78b54ab0-a1e8-4b3e-b49b-b4b5eb9c4b47"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-65e59e56-0793-479f-a35f-873808bf5f64 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
}








#s-65e59e56-0793-479f-a35f-873808bf5f64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65e59e56-0793-479f-a35f-873808bf5f64.shg-box.shg-c {
  justify-content: flex-start;
}

#s-501a968d-9499-4af9-aa04-a1f497e64371 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-501a968d-9499-4af9-aa04-a1f497e64371 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-501a968d-9499-4af9-aa04-a1f497e64371.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7e237828-95a5-440f-a23b-79939075bc24 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
max-width: 600px;
background-color: rgba(246, 246, 246, 1);
}








#s-7e237828-95a5-440f-a23b-79939075bc24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e237828-95a5-440f-a23b-79939075bc24.shg-box.shg-c {
  justify-content: center;
}

#s-12b55d5e-3d25-40d6-ab2b-ca0342c96dc6 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-12b55d5e-3d25-40d6-ab2b-ca0342c96dc6 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-74ff2ce2-394d-4b62-ac6f-4040e1c9441a {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-74ff2ce2-394d-4b62-ac6f-4040e1c9441a {
  margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}
}
#s-18e7ea31-340a-4b89-b2d0-adf06e89ada2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-18e7ea31-340a-4b89-b2d0-adf06e89ada2"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-bddfc593-d42f-4075-ab24-e08a2c99e76b {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
max-width: 600px;
background-color: rgba(246, 246, 246, 1);
}








#s-bddfc593-d42f-4075-ab24-e08a2c99e76b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bddfc593-d42f-4075-ab24-e08a2c99e76b.shg-box.shg-c {
  justify-content: center;
}

#s-1a25f38d-8bb5-4ecd-bde9-b735129a908a {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a25f38d-8bb5-4ecd-bde9-b735129a908a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8d8b3423-03d6-49c5-9d00-59bbfe5796d9 {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8d8b3423-03d6-49c5-9d00-59bbfe5796d9 {
  margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}
}
#s-f3939a81-fa85-42b3-9e87-13ebca59ae3f {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
}








#s-f3939a81-fa85-42b3-9e87-13ebca59ae3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3939a81-fa85-42b3-9e87-13ebca59ae3f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8c5aef1f-e4c1-449d-bd7a-c4d753c35c2f {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-8c5aef1f-e4c1-449d-bd7a-c4d753c35c2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c5aef1f-e4c1-449d-bd7a-c4d753c35c2f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2bcce31a-9664-475d-959b-9fc3d96bb7e4 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
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;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2bcce31a-9664-475d-959b-9fc3d96bb7e4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2bcce31a-9664-475d-959b-9fc3d96bb7e4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2bcce31a-9664-475d-959b-9fc3d96bb7e4 {
  
}
}@media (max-width: 767px){#s-2bcce31a-9664-475d-959b-9fc3d96bb7e4 {
  
}
}







#s-2bcce31a-9664-475d-959b-9fc3d96bb7e4 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-2bcce31a-9664-475d-959b-9fc3d96bb7e4.shg-box.shg-c {
  justify-content: center;
}

#s-df3a876e-ba08-46aa-bd6a-5496382b94c8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-df3a876e-ba08-46aa-bd6a-5496382b94c8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a4ece308-9784-42d4-a12e-315ba3cad817 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
}








#s-a4ece308-9784-42d4-a12e-315ba3cad817 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4ece308-9784-42d4-a12e-315ba3cad817.shg-box.shg-c {
  justify-content: flex-start;
}

#s-67fdee10-416b-44d2-bd08-82405a12164b {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-67fdee10-416b-44d2-bd08-82405a12164b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67fdee10-416b-44d2-bd08-82405a12164b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-435033ed-50dc-45b4-bc54-3afdf58898e4 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
max-width: 600px;
background-color: rgba(246, 246, 246, 1);
}








#s-435033ed-50dc-45b4-bc54-3afdf58898e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-435033ed-50dc-45b4-bc54-3afdf58898e4.shg-box.shg-c {
  justify-content: center;
}

#s-eb096320-f614-4324-b5e5-f46f88b79a1f {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb096320-f614-4324-b5e5-f46f88b79a1f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cc7e9646-9595-4b83-a74f-0ba356b5d0e5 {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cc7e9646-9595-4b83-a74f-0ba356b5d0e5 {
  margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}
}
#s-c1612fd4-faea-474c-93bd-cc4ea4e63963 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-c1612fd4-faea-474c-93bd-cc4ea4e63963"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-76d47154-9dca-457e-a674-2479fa990681 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
max-width: 600px;
background-color: rgba(246, 246, 246, 1);
}








#s-76d47154-9dca-457e-a674-2479fa990681 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76d47154-9dca-457e-a674-2479fa990681.shg-box.shg-c {
  justify-content: center;
}

#s-990d8aaa-e825-486a-adff-b72485912539 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-990d8aaa-e825-486a-adff-b72485912539 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ad1e3801-0554-4750-bc83-97f1ae6d45db {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ad1e3801-0554-4750-bc83-97f1ae6d45db {
  margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}
}
#s-1e1c6e64-e5af-42fb-8df7-023ffab7cf0f {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
}








#s-1e1c6e64-e5af-42fb-8df7-023ffab7cf0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e1c6e64-e5af-42fb-8df7-023ffab7cf0f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8e7f851d-1de4-44c4-a600-9db05ac1be16 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-8e7f851d-1de4-44c4-a600-9db05ac1be16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e7f851d-1de4-44c4-a600-9db05ac1be16.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8aaa5b20-ea1d-42f1-8aed-14c7af75b84b {
  border-style: solid;
margin-top: 0em;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 30px;
padding-left: 200px;
padding-bottom: 30px;
padding-right: 200px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 0, 11, 1);
border-style: solid;
min-height: 50px;
max-width: 1600px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8aaa5b20-ea1d-42f1-8aed-14c7af75b84b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8aaa5b20-ea1d-42f1-8aed-14c7af75b84b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8aaa5b20-ea1d-42f1-8aed-14c7af75b84b {
  padding-left: 100px;
padding-right: 100px;
}
}@media (max-width: 767px){#s-8aaa5b20-ea1d-42f1-8aed-14c7af75b84b {
  margin-left: 0px;
margin-right: 0px;
padding-top: 55px;
padding-left: 5px;
padding-bottom: 55px;
padding-right: 5px;
}
}







#s-8aaa5b20-ea1d-42f1-8aed-14c7af75b84b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8aaa5b20-ea1d-42f1-8aed-14c7af75b84b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-762dbdf0-926d-4d9b-8441-c971c657fab1 {
  margin-bottom: 3em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-762dbdf0-926d-4d9b-8441-c971c657fab1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2ad1a369-26db-4897-bec9-21571d9dcaa7 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
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;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2ad1a369-26db-4897-bec9-21571d9dcaa7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2ad1a369-26db-4897-bec9-21571d9dcaa7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2ad1a369-26db-4897-bec9-21571d9dcaa7 {
  
}
}@media (max-width: 767px){#s-2ad1a369-26db-4897-bec9-21571d9dcaa7 {
  
}
}







#s-2ad1a369-26db-4897-bec9-21571d9dcaa7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-2ad1a369-26db-4897-bec9-21571d9dcaa7.shg-box.shg-c {
  justify-content: center;
}

#s-08b4fc95-00ee-47a1-8485-2156959add30 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-08b4fc95-00ee-47a1-8485-2156959add30"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2951951f-344e-483f-aec0-0a54df3daafc {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
max-width: 600px;
background-color: rgba(246, 246, 246, 1);
}








#s-2951951f-344e-483f-aec0-0a54df3daafc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2951951f-344e-483f-aec0-0a54df3daafc.shg-box.shg-c {
  justify-content: center;
}

#s-836223f9-d2e0-413b-ae7d-7d10bd4dd759 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-836223f9-d2e0-413b-ae7d-7d10bd4dd759 {
  margin-left: 25px;
margin-right: 25px;
}
}
#s-836223f9-d2e0-413b-ae7d-7d10bd4dd759 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-eb4979fe-0833-449a-b828-1ced1f19f875 {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-eb4979fe-0833-449a-b828-1ced1f19f875 {
  margin-left: 25px;
margin-right: 25px;
}
}
#s-edc3979c-6c69-42f5-b2a8-660086629bb4 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-edc3979c-6c69-42f5-b2a8-660086629bb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edc3979c-6c69-42f5-b2a8-660086629bb4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cf00535e-b6a9-4587-bcb6-5a833e0b3dfb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e352f7a5-9eb6-4dd7-8761-9a0d242dab4e {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-e352f7a5-9eb6-4dd7-8761-9a0d242dab4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e352f7a5-9eb6-4dd7-8761-9a0d242dab4e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bb1468dd-8726-46ac-a471-0c0cf99d60f2 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
max-width: 600px;
background-color: rgba(246, 246, 246, 1);
}








#s-bb1468dd-8726-46ac-a471-0c0cf99d60f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb1468dd-8726-46ac-a471-0c0cf99d60f2.shg-box.shg-c {
  justify-content: center;
}

#s-981e2fc1-287b-47f3-9742-0582a7889de1 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-981e2fc1-287b-47f3-9742-0582a7889de1 {
  margin-left: 25px;
margin-right: 25px;
}
}
#s-981e2fc1-287b-47f3-9742-0582a7889de1 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bb2042a2-0ca2-4174-83fe-566d4c525c00 {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bb2042a2-0ca2-4174-83fe-566d4c525c00 {
  margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}
}
#s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-2fec24e1-0ab3-40f7-9587-6ce55ed20d84"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9a085688-dad0-43d8-9ceb-21d8c2fb2b99 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
max-width: 600px;
background-color: rgba(246, 246, 246, 1);
}








#s-9a085688-dad0-43d8-9ceb-21d8c2fb2b99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a085688-dad0-43d8-9ceb-21d8c2fb2b99.shg-box.shg-c {
  justify-content: center;
}

#s-3323d17d-2c5c-422e-92c1-7be4b0c34f30 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3323d17d-2c5c-422e-92c1-7be4b0c34f30 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b6e014cc-810c-45a7-8f1e-99a229cb2fc6 {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b6e014cc-810c-45a7-8f1e-99a229cb2fc6 {
  margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}
}
#s-76afc267-bdd3-4c43-9176-6328dc3cf5bd {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-76afc267-bdd3-4c43-9176-6328dc3cf5bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76afc267-bdd3-4c43-9176-6328dc3cf5bd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ea20bd44-070e-4e24-902e-97850aac0e5f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ea20bd44-070e-4e24-902e-97850aac0e5f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4580a969-7f0b-4a39-9062-b0f4ec2412bf {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-4580a969-7f0b-4a39-9062-b0f4ec2412bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4580a969-7f0b-4a39-9062-b0f4ec2412bf.shg-box.shg-c {
  justify-content: flex-start;
}

#s-337c66f4-64ff-45ae-89ca-524fb5d4d18e {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
max-width: 600px;
background-color: rgba(246, 246, 246, 1);
}








#s-337c66f4-64ff-45ae-89ca-524fb5d4d18e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-337c66f4-64ff-45ae-89ca-524fb5d4d18e.shg-box.shg-c {
  justify-content: center;
}

#s-01c44412-e412-4dda-801c-59ee4c1378fd {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-01c44412-e412-4dda-801c-59ee4c1378fd {
  margin-left: 25px;
margin-right: 25px;
}
}
#s-01c44412-e412-4dda-801c-59ee4c1378fd .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-61b47fcc-d1b4-42b7-a9bd-02635f2d5407 {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-61b47fcc-d1b4-42b7-a9bd-02635f2d5407 {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}
}
#s-5773b393-a411-4f0f-ab35-38de60150449 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-5773b393-a411-4f0f-ab35-38de60150449"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-13972e6a-c29f-4b44-a50b-71026f51b5c6 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
max-width: 600px;
background-color: rgba(246, 246, 246, 1);
}








#s-13972e6a-c29f-4b44-a50b-71026f51b5c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13972e6a-c29f-4b44-a50b-71026f51b5c6.shg-box.shg-c {
  justify-content: center;
}

#s-cecd5276-b5b7-4bc2-b07c-8a1f8443c689 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cecd5276-b5b7-4bc2-b07c-8a1f8443c689 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d6d92053-23fa-4cfa-9568-ee4e78107bfd {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d6d92053-23fa-4cfa-9568-ee4e78107bfd {
  margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}
}
#s-b700e88f-f7bb-4874-85c2-408736c231b5 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-b700e88f-f7bb-4874-85c2-408736c231b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b700e88f-f7bb-4874-85c2-408736c231b5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d6d83f17-ebc0-40e3-9cd1-585d1f2584b5 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
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;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d6d83f17-ebc0-40e3-9cd1-585d1f2584b5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d6d83f17-ebc0-40e3-9cd1-585d1f2584b5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d6d83f17-ebc0-40e3-9cd1-585d1f2584b5 {
  
}
}@media (max-width: 767px){#s-d6d83f17-ebc0-40e3-9cd1-585d1f2584b5 {
  
}
}







#s-d6d83f17-ebc0-40e3-9cd1-585d1f2584b5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-d6d83f17-ebc0-40e3-9cd1-585d1f2584b5.shg-box.shg-c {
  justify-content: center;
}

#s-c6c21104-983d-4615-be08-991a1fca64e7 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c6c21104-983d-4615-be08-991a1fca64e7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0248b8b1-1f11-4d94-a637-456dcda0226f {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-0248b8b1-1f11-4d94-a637-456dcda0226f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0248b8b1-1f11-4d94-a637-456dcda0226f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-85ffb27e-3203-4d84-bb4d-11aee35ead13 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
max-width: 600px;
background-color: rgba(246, 246, 246, 1);
}








#s-85ffb27e-3203-4d84-bb4d-11aee35ead13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85ffb27e-3203-4d84-bb4d-11aee35ead13.shg-box.shg-c {
  justify-content: center;
}

#s-6301db82-860f-4e66-99b3-6519c2d653f7 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6301db82-860f-4e66-99b3-6519c2d653f7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-de1bcbaf-be53-4f31-91ed-30169c9aaf6e {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-de1bcbaf-be53-4f31-91ed-30169c9aaf6e {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}
}
#s-83b1f354-e0c5-405d-a2d9-15f8ced3cbf9 {
  min-height: 50px;
}








#s-83b1f354-e0c5-405d-a2d9-15f8ced3cbf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83b1f354-e0c5-405d-a2d9-15f8ced3cbf9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-59e917b0-630f-4fd7-bb65-f98a5a65a5e0 {
  
}

#s-318e7ad2-bbb5-475a-9811-cf2784f2762e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-318e7ad2-bbb5-475a-9811-cf2784f2762e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-318e7ad2-bbb5-475a-9811-cf2784f2762e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-318e7ad2-bbb5-475a-9811-cf2784f2762e {
  
}
}@media (max-width: 767px){#s-318e7ad2-bbb5-475a-9811-cf2784f2762e {
  display: none;
}
#s-318e7ad2-bbb5-475a-9811-cf2784f2762e, #wrap-s-318e7ad2-bbb5-475a-9811-cf2784f2762e { display:none !important; }}







#s-318e7ad2-bbb5-475a-9811-cf2784f2762e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-318e7ad2-bbb5-475a-9811-cf2784f2762e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4b991e5b-4c10-4b57-8d57-320d108fb357 {
  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-attachment: scroll;
}
@media (min-width: 1200px){#s-4b991e5b-4c10-4b57-8d57-320d108fb357 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b991e5b-4c10-4b57-8d57-320d108fb357 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b991e5b-4c10-4b57-8d57-320d108fb357 {
  
}
}@media (max-width: 767px){#s-4b991e5b-4c10-4b57-8d57-320d108fb357 {
  
}
}







#s-4b991e5b-4c10-4b57-8d57-320d108fb357 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-4b991e5b-4c10-4b57-8d57-320d108fb357.shg-box.shg-c {
  justify-content: center;
}

#s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292 {
  
}
}@media (max-width: 767px){#s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292 {
  
}
}
@media (min-width: 0px) {
[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-d08c1f9a-c32f-43a6-a3c8-2dc9db6d2292"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 8.0px);
}

}

#s-fd0edc21-6ad7-49e0-9c75-3df80aac0834 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fd0edc21-6ad7-49e0-9c75-3df80aac0834 {
  
}
}@media (max-width: 767px){#s-fd0edc21-6ad7-49e0-9c75-3df80aac0834 {
  
}
}







#s-fd0edc21-6ad7-49e0-9c75-3df80aac0834 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd0edc21-6ad7-49e0-9c75-3df80aac0834.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bed2cbf9-ebaa-4704-975c-5e441ad625ed {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bed2cbf9-ebaa-4704-975c-5e441ad625ed {
  
}
}@media (max-width: 767px){#s-bed2cbf9-ebaa-4704-975c-5e441ad625ed {
  
}
}
#s-bed2cbf9-ebaa-4704-975c-5e441ad625ed .shogun-icon-wrapper {
  text-align: center;
}


#s-bed2cbf9-ebaa-4704-975c-5e441ad625ed .shogun-icon-wrapper > .shogun-icon {

  font-size: 7em !important;
  color: rgba(227, 0, 11, 1);
}

#s-3540d615-e5de-40b1-8b2c-ddd77dd07e76 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3540d615-e5de-40b1-8b2c-ddd77dd07e76 {
  
}
}@media (max-width: 767px){#s-3540d615-e5de-40b1-8b2c-ddd77dd07e76 {
  
}
}
#s-3540d615-e5de-40b1-8b2c-ddd77dd07e76 .shogun-heading-component h2 {
  color: rgba(234, 234, 234, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5b79214b-37cf-479e-84b2-daaa81ac18bf {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5b79214b-37cf-479e-84b2-daaa81ac18bf {
  
}
}@media (max-width: 767px){#s-5b79214b-37cf-479e-84b2-daaa81ac18bf {
  
}
}
#s-c2b6c409-15f6-4e31-833c-cf86e9b0b1e5 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c2b6c409-15f6-4e31-833c-cf86e9b0b1e5 {
  
}
}@media (max-width: 767px){#s-c2b6c409-15f6-4e31-833c-cf86e9b0b1e5 {
  
}
}







#s-c2b6c409-15f6-4e31-833c-cf86e9b0b1e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2b6c409-15f6-4e31-833c-cf86e9b0b1e5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e1ce99af-343f-404c-97aa-bdd2f6f439f2 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e1ce99af-343f-404c-97aa-bdd2f6f439f2 {
  
}
}@media (max-width: 767px){#s-e1ce99af-343f-404c-97aa-bdd2f6f439f2 {
  
}
}
#s-e1ce99af-343f-404c-97aa-bdd2f6f439f2 .shogun-icon-wrapper {
  text-align: center;
}


#s-e1ce99af-343f-404c-97aa-bdd2f6f439f2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 7em !important;
  color: rgba(227, 0, 11, 1);
}

#s-88c234ad-4ed1-4748-bdbb-ad987a820220 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-88c234ad-4ed1-4748-bdbb-ad987a820220 {
  
}
}@media (max-width: 767px){#s-88c234ad-4ed1-4748-bdbb-ad987a820220 {
  
}
}
#s-88c234ad-4ed1-4748-bdbb-ad987a820220 .shogun-heading-component h2 {
  color: rgba(234, 234, 234, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-10b98462-e16b-47c9-a3f0-066052e7fd48 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-10b98462-e16b-47c9-a3f0-066052e7fd48 {
  
}
}@media (max-width: 767px){#s-10b98462-e16b-47c9-a3f0-066052e7fd48 {
  
}
}
#s-668bd060-25e1-4175-b4d2-5c9a0a8652e1 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-668bd060-25e1-4175-b4d2-5c9a0a8652e1 {
  
}
}@media (max-width: 767px){#s-668bd060-25e1-4175-b4d2-5c9a0a8652e1 {
  
}
}







#s-668bd060-25e1-4175-b4d2-5c9a0a8652e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-668bd060-25e1-4175-b4d2-5c9a0a8652e1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-437b2e9b-8123-4fa1-b4b4-44bc90fc0f33 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-437b2e9b-8123-4fa1-b4b4-44bc90fc0f33 {
  
}
}@media (max-width: 767px){#s-437b2e9b-8123-4fa1-b4b4-44bc90fc0f33 {
  
}
}
#s-437b2e9b-8123-4fa1-b4b4-44bc90fc0f33 .shogun-icon-wrapper {
  text-align: center;
}


#s-437b2e9b-8123-4fa1-b4b4-44bc90fc0f33 .shogun-icon-wrapper > .shogun-icon {

  font-size: 7em !important;
  color: rgba(227, 0, 11, 1);
}

#s-51f9e494-c499-42d6-8fbf-0bdd9c7c4047 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-51f9e494-c499-42d6-8fbf-0bdd9c7c4047 {
  
}
}@media (max-width: 767px){#s-51f9e494-c499-42d6-8fbf-0bdd9c7c4047 {
  
}
}
#s-51f9e494-c499-42d6-8fbf-0bdd9c7c4047 .shogun-heading-component h2 {
  color: rgba(234, 234, 234, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7ed79947-f54f-488a-87ae-e15f0a570084 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7ed79947-f54f-488a-87ae-e15f0a570084 {
  
}
}@media (max-width: 767px){#s-7ed79947-f54f-488a-87ae-e15f0a570084 {
  
}
}
#s-90074929-1d32-4313-8485-7b8d29a9645b {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 15px;
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, 0);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-90074929-1d32-4313-8485-7b8d29a9645b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-90074929-1d32-4313-8485-7b8d29a9645b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-90074929-1d32-4313-8485-7b8d29a9645b {
  
}
}@media (max-width: 767px){#s-90074929-1d32-4313-8485-7b8d29a9645b {
  
}
}







#s-90074929-1d32-4313-8485-7b8d29a9645b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-90074929-1d32-4313-8485-7b8d29a9645b.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-f355a69a-ecab-444c-b4c5-37c1a5bfc305 {
  
}
}@media (max-width: 767px){#s-f355a69a-ecab-444c-b4c5-37c1a5bfc305 {
  
}
}
@media (min-width: 0px) {
[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f355a69a-ecab-444c-b4c5-37c1a5bfc305"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e {
  
}
}@media (max-width: 767px){#s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e {
  
}
}
@media (min-width: 0px) {
[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e4e2f02b-6915-49d6-9fff-5c45c2a2ff6e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b353862e-3d16-41e5-96f4-ebab8e6d05d0 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b353862e-3d16-41e5-96f4-ebab8e6d05d0 {
  display: none;
}
#s-b353862e-3d16-41e5-96f4-ebab8e6d05d0, #wrap-s-b353862e-3d16-41e5-96f4-ebab8e6d05d0 { display:none !important; }}@media (max-width: 767px){#s-b353862e-3d16-41e5-96f4-ebab8e6d05d0 {
  display: none;
}
#s-b353862e-3d16-41e5-96f4-ebab8e6d05d0, #wrap-s-b353862e-3d16-41e5-96f4-ebab8e6d05d0 { display:none !important; }}







#s-b353862e-3d16-41e5-96f4-ebab8e6d05d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b353862e-3d16-41e5-96f4-ebab8e6d05d0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-717eac98-a33f-4f12-bc3a-5f4d2d10e09f {
  
}
@media (min-width: 768px) and (max-width: 991px){#s-717eac98-a33f-4f12-bc3a-5f4d2d10e09f {
  display: none;
}
#s-717eac98-a33f-4f12-bc3a-5f4d2d10e09f, #wrap-s-717eac98-a33f-4f12-bc3a-5f4d2d10e09f { display:none !important; }}@media (max-width: 767px){#s-717eac98-a33f-4f12-bc3a-5f4d2d10e09f {
  display: none;
}
#s-717eac98-a33f-4f12-bc3a-5f4d2d10e09f, #wrap-s-717eac98-a33f-4f12-bc3a-5f4d2d10e09f { display:none !important; }}
#s-717eac98-a33f-4f12-bc3a-5f4d2d10e09f .shogun-icon-wrapper {
  text-align: center;
}


#s-717eac98-a33f-4f12-bc3a-5f4d2d10e09f .shogun-icon-wrapper > .shogun-icon {

  font-size: 2em !important;
  color: rgba(255, 255, 255, 1);
}

#s-89af68cb-cdb3-419c-9c7a-218efee67f47 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-89af68cb-cdb3-419c-9c7a-218efee67f47 {
  display: none;
}
#s-89af68cb-cdb3-419c-9c7a-218efee67f47, #wrap-s-89af68cb-cdb3-419c-9c7a-218efee67f47 { display:none !important; }}@media (max-width: 767px){#s-89af68cb-cdb3-419c-9c7a-218efee67f47 {
  display: none;
}
#s-89af68cb-cdb3-419c-9c7a-218efee67f47, #wrap-s-89af68cb-cdb3-419c-9c7a-218efee67f47 { display:none !important; }}
#s-89af68cb-cdb3-419c-9c7a-218efee67f47 .shogun-heading-component h1 {
  color: rgba(234, 234, 234, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-aa270397-9558-4c36-9aff-6bb9361df156 {
  
}
}@media (max-width: 767px){#s-aa270397-9558-4c36-9aff-6bb9361df156 {
  
}
}
@media (min-width: 0px) {
[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aa270397-9558-4c36-9aff-6bb9361df156"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ef283119-2b02-4f57-9014-d6d2f5b0c79c {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ef283119-2b02-4f57-9014-d6d2f5b0c79c {
  display: none;
}
#s-ef283119-2b02-4f57-9014-d6d2f5b0c79c, #wrap-s-ef283119-2b02-4f57-9014-d6d2f5b0c79c { display:none !important; }}@media (max-width: 767px){#s-ef283119-2b02-4f57-9014-d6d2f5b0c79c {
  display: none;
}
#s-ef283119-2b02-4f57-9014-d6d2f5b0c79c, #wrap-s-ef283119-2b02-4f57-9014-d6d2f5b0c79c { display:none !important; }}







#s-ef283119-2b02-4f57-9014-d6d2f5b0c79c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef283119-2b02-4f57-9014-d6d2f5b0c79c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d3e3337c-09ea-4a7b-8a30-341f92a15682 {
  
}
@media (min-width: 768px) and (max-width: 991px){#s-d3e3337c-09ea-4a7b-8a30-341f92a15682 {
  display: none;
}
#s-d3e3337c-09ea-4a7b-8a30-341f92a15682, #wrap-s-d3e3337c-09ea-4a7b-8a30-341f92a15682 { display:none !important; }}@media (max-width: 767px){#s-d3e3337c-09ea-4a7b-8a30-341f92a15682 {
  display: none;
}
#s-d3e3337c-09ea-4a7b-8a30-341f92a15682, #wrap-s-d3e3337c-09ea-4a7b-8a30-341f92a15682 { display:none !important; }}
#s-d3e3337c-09ea-4a7b-8a30-341f92a15682 .shogun-icon-wrapper {
  text-align: center;
}


#s-d3e3337c-09ea-4a7b-8a30-341f92a15682 .shogun-icon-wrapper > .shogun-icon {

  font-size: 2em !important;
  color: rgba(255, 255, 255, 1);
}

#s-d6d3bde4-82fa-4cfe-9378-95f1e6cd5375 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d6d3bde4-82fa-4cfe-9378-95f1e6cd5375 {
  display: none;
}
#s-d6d3bde4-82fa-4cfe-9378-95f1e6cd5375, #wrap-s-d6d3bde4-82fa-4cfe-9378-95f1e6cd5375 { display:none !important; }}@media (max-width: 767px){#s-d6d3bde4-82fa-4cfe-9378-95f1e6cd5375 {
  display: none;
}
#s-d6d3bde4-82fa-4cfe-9378-95f1e6cd5375, #wrap-s-d6d3bde4-82fa-4cfe-9378-95f1e6cd5375 { display:none !important; }}
#s-d6d3bde4-82fa-4cfe-9378-95f1e6cd5375 .shogun-heading-component h1 {
  color: rgba(234, 234, 234, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-eeed3f58-fd91-43b0-90d9-77894364552f {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-eeed3f58-fd91-43b0-90d9-77894364552f {
  display: none;
}
#s-eeed3f58-fd91-43b0-90d9-77894364552f, #wrap-s-eeed3f58-fd91-43b0-90d9-77894364552f { display:none !important; }}@media (max-width: 767px){#s-eeed3f58-fd91-43b0-90d9-77894364552f {
  display: none;
}
#s-eeed3f58-fd91-43b0-90d9-77894364552f, #wrap-s-eeed3f58-fd91-43b0-90d9-77894364552f { display:none !important; }}







#s-eeed3f58-fd91-43b0-90d9-77894364552f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eeed3f58-fd91-43b0-90d9-77894364552f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d7b88f4d-ecdc-448d-b59f-73dd38cfb097 {
  
}
@media (min-width: 768px) and (max-width: 991px){#s-d7b88f4d-ecdc-448d-b59f-73dd38cfb097 {
  display: none;
}
#s-d7b88f4d-ecdc-448d-b59f-73dd38cfb097, #wrap-s-d7b88f4d-ecdc-448d-b59f-73dd38cfb097 { display:none !important; }}@media (max-width: 767px){#s-d7b88f4d-ecdc-448d-b59f-73dd38cfb097 {
  display: none;
}
#s-d7b88f4d-ecdc-448d-b59f-73dd38cfb097, #wrap-s-d7b88f4d-ecdc-448d-b59f-73dd38cfb097 { display:none !important; }}
#s-d7b88f4d-ecdc-448d-b59f-73dd38cfb097 .shogun-icon-wrapper {
  text-align: center;
}


#s-d7b88f4d-ecdc-448d-b59f-73dd38cfb097 .shogun-icon-wrapper > .shogun-icon {

  font-size: 2em !important;
  color: rgba(255, 255, 255, 1);
}

#s-031d6d92-a0e8-4476-bae0-bff79a904cf7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-031d6d92-a0e8-4476-bae0-bff79a904cf7 {
  display: none;
}
#s-031d6d92-a0e8-4476-bae0-bff79a904cf7, #wrap-s-031d6d92-a0e8-4476-bae0-bff79a904cf7 { display:none !important; }}@media (max-width: 767px){#s-031d6d92-a0e8-4476-bae0-bff79a904cf7 {
  display: none;
}
#s-031d6d92-a0e8-4476-bae0-bff79a904cf7, #wrap-s-031d6d92-a0e8-4476-bae0-bff79a904cf7 { display:none !important; }}
#s-031d6d92-a0e8-4476-bae0-bff79a904cf7 .shogun-heading-component h1 {
  color: rgba(234, 234, 234, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ad04e72f-0e36-4dc3-95fa-d32f617c19bb {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ad04e72f-0e36-4dc3-95fa-d32f617c19bb {
  display: none;
}
#s-ad04e72f-0e36-4dc3-95fa-d32f617c19bb, #wrap-s-ad04e72f-0e36-4dc3-95fa-d32f617c19bb { display:none !important; }}@media (max-width: 767px){#s-ad04e72f-0e36-4dc3-95fa-d32f617c19bb {
  display: none;
}
#s-ad04e72f-0e36-4dc3-95fa-d32f617c19bb, #wrap-s-ad04e72f-0e36-4dc3-95fa-d32f617c19bb { display:none !important; }}







#s-ad04e72f-0e36-4dc3-95fa-d32f617c19bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad04e72f-0e36-4dc3-95fa-d32f617c19bb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2bda6237-de6f-4da5-98ed-c219b213f547 {
  
}
@media (min-width: 768px) and (max-width: 991px){#s-2bda6237-de6f-4da5-98ed-c219b213f547 {
  display: none;
}
#s-2bda6237-de6f-4da5-98ed-c219b213f547, #wrap-s-2bda6237-de6f-4da5-98ed-c219b213f547 { display:none !important; }}@media (max-width: 767px){#s-2bda6237-de6f-4da5-98ed-c219b213f547 {
  display: none;
}
#s-2bda6237-de6f-4da5-98ed-c219b213f547, #wrap-s-2bda6237-de6f-4da5-98ed-c219b213f547 { display:none !important; }}
#s-2bda6237-de6f-4da5-98ed-c219b213f547 .shogun-icon-wrapper {
  text-align: center;
}


#s-2bda6237-de6f-4da5-98ed-c219b213f547 .shogun-icon-wrapper > .shogun-icon {

  font-size: 2em !important;
  color: rgba(255, 255, 255, 1);
}

#s-acce837b-3ce9-4956-a5f6-3fb7d571bdd9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-acce837b-3ce9-4956-a5f6-3fb7d571bdd9 {
  display: none;
}
#s-acce837b-3ce9-4956-a5f6-3fb7d571bdd9, #wrap-s-acce837b-3ce9-4956-a5f6-3fb7d571bdd9 { display:none !important; }}@media (max-width: 767px){#s-acce837b-3ce9-4956-a5f6-3fb7d571bdd9 {
  display: none;
}
#s-acce837b-3ce9-4956-a5f6-3fb7d571bdd9, #wrap-s-acce837b-3ce9-4956-a5f6-3fb7d571bdd9 { display:none !important; }}
#s-acce837b-3ce9-4956-a5f6-3fb7d571bdd9 .shogun-heading-component h1 {
  color: rgba(234, 234, 234, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-62aa0ee9-d72e-410b-86f8-321bca3f2f09 {
  
}
}@media (max-width: 767px){#s-62aa0ee9-d72e-410b-86f8-321bca3f2f09 {
  
}
}
@media (min-width: 0px) {
[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-62aa0ee9-d72e-410b-86f8-321bca3f2f09"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-cb1ca9a8-88d4-4c48-b0b7-515828480349 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cb1ca9a8-88d4-4c48-b0b7-515828480349 {
  display: none;
}
#s-cb1ca9a8-88d4-4c48-b0b7-515828480349, #wrap-s-cb1ca9a8-88d4-4c48-b0b7-515828480349 { display:none !important; }}@media (max-width: 767px){#s-cb1ca9a8-88d4-4c48-b0b7-515828480349 {
  display: none;
}
#s-cb1ca9a8-88d4-4c48-b0b7-515828480349, #wrap-s-cb1ca9a8-88d4-4c48-b0b7-515828480349 { display:none !important; }}







#s-cb1ca9a8-88d4-4c48-b0b7-515828480349 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb1ca9a8-88d4-4c48-b0b7-515828480349.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4f9fdd03-3d81-4b7f-85b8-e4036d2e0649 {
  
}
@media (min-width: 768px) and (max-width: 991px){#s-4f9fdd03-3d81-4b7f-85b8-e4036d2e0649 {
  display: none;
}
#s-4f9fdd03-3d81-4b7f-85b8-e4036d2e0649, #wrap-s-4f9fdd03-3d81-4b7f-85b8-e4036d2e0649 { display:none !important; }}@media (max-width: 767px){#s-4f9fdd03-3d81-4b7f-85b8-e4036d2e0649 {
  display: none;
}
#s-4f9fdd03-3d81-4b7f-85b8-e4036d2e0649, #wrap-s-4f9fdd03-3d81-4b7f-85b8-e4036d2e0649 { display:none !important; }}
#s-4f9fdd03-3d81-4b7f-85b8-e4036d2e0649 .shogun-icon-wrapper {
  text-align: center;
}


#s-4f9fdd03-3d81-4b7f-85b8-e4036d2e0649 .shogun-icon-wrapper > .shogun-icon {

  font-size: 2em !important;
  color: rgba(255, 255, 255, 1);
}

#s-efb409ee-3628-45b8-b656-0120318c93f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-efb409ee-3628-45b8-b656-0120318c93f1 {
  display: none;
}
#s-efb409ee-3628-45b8-b656-0120318c93f1, #wrap-s-efb409ee-3628-45b8-b656-0120318c93f1 { display:none !important; }}@media (max-width: 767px){#s-efb409ee-3628-45b8-b656-0120318c93f1 {
  display: none;
}
#s-efb409ee-3628-45b8-b656-0120318c93f1, #wrap-s-efb409ee-3628-45b8-b656-0120318c93f1 { display:none !important; }}
#s-efb409ee-3628-45b8-b656-0120318c93f1 .shogun-heading-component h1 {
  color: rgba(234, 234, 234, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2460716b-3ffe-4624-9206-f1f21d722f5c {
  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-attachment: scroll;
}
@media (min-width: 1200px){#s-2460716b-3ffe-4624-9206-f1f21d722f5c {
  display: none;
}
#s-2460716b-3ffe-4624-9206-f1f21d722f5c, #wrap-s-2460716b-3ffe-4624-9206-f1f21d722f5c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2460716b-3ffe-4624-9206-f1f21d722f5c {
  display: none;
}
#s-2460716b-3ffe-4624-9206-f1f21d722f5c, #wrap-s-2460716b-3ffe-4624-9206-f1f21d722f5c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2460716b-3ffe-4624-9206-f1f21d722f5c {
  
}
}@media (max-width: 767px){#s-2460716b-3ffe-4624-9206-f1f21d722f5c {
  
}
}







#s-2460716b-3ffe-4624-9206-f1f21d722f5c > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-2460716b-3ffe-4624-9206-f1f21d722f5c.shg-box.shg-c {
  justify-content: center;
}

#s-efd4cd50-ef25-4ddd-9858-d7234b7f4647 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-efd4cd50-ef25-4ddd-9858-d7234b7f4647 {
  display: none;
}
#s-efd4cd50-ef25-4ddd-9858-d7234b7f4647, #wrap-s-efd4cd50-ef25-4ddd-9858-d7234b7f4647 { display:none !important; }}@media (max-width: 767px){#s-efd4cd50-ef25-4ddd-9858-d7234b7f4647 {
  display: none;
}
#s-efd4cd50-ef25-4ddd-9858-d7234b7f4647, #wrap-s-efd4cd50-ef25-4ddd-9858-d7234b7f4647 { display:none !important; }}
@media (min-width: 0px) {
[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-efd4cd50-ef25-4ddd-9858-d7234b7f4647"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 4.0px);
}

}

#s-9ee4ed24-4e69-4b40-a171-c0ac3a40a93d {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9ee4ed24-4e69-4b40-a171-c0ac3a40a93d {
  display: none;
}
#s-9ee4ed24-4e69-4b40-a171-c0ac3a40a93d, #wrap-s-9ee4ed24-4e69-4b40-a171-c0ac3a40a93d { display:none !important; }}@media (max-width: 767px){#s-9ee4ed24-4e69-4b40-a171-c0ac3a40a93d {
  display: none;
}
#s-9ee4ed24-4e69-4b40-a171-c0ac3a40a93d, #wrap-s-9ee4ed24-4e69-4b40-a171-c0ac3a40a93d { display:none !important; }}







#s-9ee4ed24-4e69-4b40-a171-c0ac3a40a93d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ee4ed24-4e69-4b40-a171-c0ac3a40a93d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-92fddcfe-711d-4c7f-9f54-8adedd2d04ac {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-92fddcfe-711d-4c7f-9f54-8adedd2d04ac {
  display: none;
}
#s-92fddcfe-711d-4c7f-9f54-8adedd2d04ac, #wrap-s-92fddcfe-711d-4c7f-9f54-8adedd2d04ac { display:none !important; }}@media (max-width: 767px){#s-92fddcfe-711d-4c7f-9f54-8adedd2d04ac {
  display: none;
}
#s-92fddcfe-711d-4c7f-9f54-8adedd2d04ac, #wrap-s-92fddcfe-711d-4c7f-9f54-8adedd2d04ac { display:none !important; }}
#s-92fddcfe-711d-4c7f-9f54-8adedd2d04ac .shogun-icon-wrapper {
  text-align: center;
}


#s-92fddcfe-711d-4c7f-9f54-8adedd2d04ac .shogun-icon-wrapper > .shogun-icon {

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

#s-f8b891d6-b724-4c3f-b90d-efa63414c4ef {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f8b891d6-b724-4c3f-b90d-efa63414c4ef {
  display: none;
}
#s-f8b891d6-b724-4c3f-b90d-efa63414c4ef, #wrap-s-f8b891d6-b724-4c3f-b90d-efa63414c4ef { display:none !important; }}@media (max-width: 767px){#s-f8b891d6-b724-4c3f-b90d-efa63414c4ef {
  display: none;
}
#s-f8b891d6-b724-4c3f-b90d-efa63414c4ef, #wrap-s-f8b891d6-b724-4c3f-b90d-efa63414c4ef { display:none !important; }}
#s-f8b891d6-b724-4c3f-b90d-efa63414c4ef .shogun-heading-component h1 {
  color: rgba(234, 234, 234, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-845b73c4-8f8a-4255-a95f-ba34c1db0997 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-845b73c4-8f8a-4255-a95f-ba34c1db0997 {
  display: none;
}
#s-845b73c4-8f8a-4255-a95f-ba34c1db0997, #wrap-s-845b73c4-8f8a-4255-a95f-ba34c1db0997 { display:none !important; }}@media (max-width: 767px){#s-845b73c4-8f8a-4255-a95f-ba34c1db0997 {
  display: none;
}
#s-845b73c4-8f8a-4255-a95f-ba34c1db0997, #wrap-s-845b73c4-8f8a-4255-a95f-ba34c1db0997 { display:none !important; }}
#s-9d72098c-a003-4606-8dcb-24e0dc923813 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9d72098c-a003-4606-8dcb-24e0dc923813 {
  display: none;
}
#s-9d72098c-a003-4606-8dcb-24e0dc923813, #wrap-s-9d72098c-a003-4606-8dcb-24e0dc923813 { display:none !important; }}@media (max-width: 767px){#s-9d72098c-a003-4606-8dcb-24e0dc923813 {
  display: none;
}
#s-9d72098c-a003-4606-8dcb-24e0dc923813, #wrap-s-9d72098c-a003-4606-8dcb-24e0dc923813 { display:none !important; }}







#s-9d72098c-a003-4606-8dcb-24e0dc923813 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d72098c-a003-4606-8dcb-24e0dc923813.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6f9f23ad-0039-45a8-ac54-d63a011e7ad0 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6f9f23ad-0039-45a8-ac54-d63a011e7ad0 {
  display: none;
}
#s-6f9f23ad-0039-45a8-ac54-d63a011e7ad0, #wrap-s-6f9f23ad-0039-45a8-ac54-d63a011e7ad0 { display:none !important; }}@media (max-width: 767px){#s-6f9f23ad-0039-45a8-ac54-d63a011e7ad0 {
  display: none;
}
#s-6f9f23ad-0039-45a8-ac54-d63a011e7ad0, #wrap-s-6f9f23ad-0039-45a8-ac54-d63a011e7ad0 { display:none !important; }}
#s-6f9f23ad-0039-45a8-ac54-d63a011e7ad0 .shogun-icon-wrapper {
  text-align: center;
}


#s-6f9f23ad-0039-45a8-ac54-d63a011e7ad0 .shogun-icon-wrapper > .shogun-icon {

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

#s-4b142bae-e497-4cd3-9bd3-ff0a6c7ae869 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4b142bae-e497-4cd3-9bd3-ff0a6c7ae869 {
  display: none;
}
#s-4b142bae-e497-4cd3-9bd3-ff0a6c7ae869, #wrap-s-4b142bae-e497-4cd3-9bd3-ff0a6c7ae869 { display:none !important; }}@media (max-width: 767px){#s-4b142bae-e497-4cd3-9bd3-ff0a6c7ae869 {
  display: none;
}
#s-4b142bae-e497-4cd3-9bd3-ff0a6c7ae869, #wrap-s-4b142bae-e497-4cd3-9bd3-ff0a6c7ae869 { display:none !important; }}
#s-4b142bae-e497-4cd3-9bd3-ff0a6c7ae869 .shogun-heading-component h1 {
  color: rgba(234, 234, 234, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f9a8f31c-9282-4daf-b752-8fb75828f737 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f9a8f31c-9282-4daf-b752-8fb75828f737 {
  display: none;
}
#s-f9a8f31c-9282-4daf-b752-8fb75828f737, #wrap-s-f9a8f31c-9282-4daf-b752-8fb75828f737 { display:none !important; }}@media (max-width: 767px){#s-f9a8f31c-9282-4daf-b752-8fb75828f737 {
  display: none;
}
#s-f9a8f31c-9282-4daf-b752-8fb75828f737, #wrap-s-f9a8f31c-9282-4daf-b752-8fb75828f737 { display:none !important; }}
#s-331b4c4c-1d53-48ae-b373-f3bff0cc6aea {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-331b4c4c-1d53-48ae-b373-f3bff0cc6aea {
  display: none;
}
#s-331b4c4c-1d53-48ae-b373-f3bff0cc6aea, #wrap-s-331b4c4c-1d53-48ae-b373-f3bff0cc6aea { display:none !important; }}@media (max-width: 767px){#s-331b4c4c-1d53-48ae-b373-f3bff0cc6aea {
  display: none;
}
#s-331b4c4c-1d53-48ae-b373-f3bff0cc6aea, #wrap-s-331b4c4c-1d53-48ae-b373-f3bff0cc6aea { display:none !important; }}







#s-331b4c4c-1d53-48ae-b373-f3bff0cc6aea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-331b4c4c-1d53-48ae-b373-f3bff0cc6aea.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3c7c9bef-91e1-4231-867f-8bd79ab474a7 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3c7c9bef-91e1-4231-867f-8bd79ab474a7 {
  display: none;
}
#s-3c7c9bef-91e1-4231-867f-8bd79ab474a7, #wrap-s-3c7c9bef-91e1-4231-867f-8bd79ab474a7 { display:none !important; }}@media (max-width: 767px){#s-3c7c9bef-91e1-4231-867f-8bd79ab474a7 {
  display: none;
}
#s-3c7c9bef-91e1-4231-867f-8bd79ab474a7, #wrap-s-3c7c9bef-91e1-4231-867f-8bd79ab474a7 { display:none !important; }}
#s-3c7c9bef-91e1-4231-867f-8bd79ab474a7 .shogun-icon-wrapper {
  text-align: center;
}


#s-3c7c9bef-91e1-4231-867f-8bd79ab474a7 .shogun-icon-wrapper > .shogun-icon {

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

#s-363cd6f0-1f8c-4322-a817-8b6f9b42e1c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-363cd6f0-1f8c-4322-a817-8b6f9b42e1c6 {
  display: none;
}
#s-363cd6f0-1f8c-4322-a817-8b6f9b42e1c6, #wrap-s-363cd6f0-1f8c-4322-a817-8b6f9b42e1c6 { display:none !important; }}@media (max-width: 767px){#s-363cd6f0-1f8c-4322-a817-8b6f9b42e1c6 {
  display: none;
}
#s-363cd6f0-1f8c-4322-a817-8b6f9b42e1c6, #wrap-s-363cd6f0-1f8c-4322-a817-8b6f9b42e1c6 { display:none !important; }}
#s-363cd6f0-1f8c-4322-a817-8b6f9b42e1c6 .shogun-heading-component h1 {
  color: rgba(234, 234, 234, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-466010a1-aba5-4172-b16e-3a932f68bc18 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-466010a1-aba5-4172-b16e-3a932f68bc18 {
  display: none;
}
#s-466010a1-aba5-4172-b16e-3a932f68bc18, #wrap-s-466010a1-aba5-4172-b16e-3a932f68bc18 { display:none !important; }}@media (max-width: 767px){#s-466010a1-aba5-4172-b16e-3a932f68bc18 {
  display: none;
}
#s-466010a1-aba5-4172-b16e-3a932f68bc18, #wrap-s-466010a1-aba5-4172-b16e-3a932f68bc18 { display:none !important; }}
#s-f318b6b8-4641-4a48-b764-95e0e14a87d8 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 15px;
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, 0);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-f318b6b8-4641-4a48-b764-95e0e14a87d8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f318b6b8-4641-4a48-b764-95e0e14a87d8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f318b6b8-4641-4a48-b764-95e0e14a87d8 {
  display: none;
}
#s-f318b6b8-4641-4a48-b764-95e0e14a87d8, #wrap-s-f318b6b8-4641-4a48-b764-95e0e14a87d8 { display:none !important; }}@media (max-width: 767px){#s-f318b6b8-4641-4a48-b764-95e0e14a87d8 {
  display: none;
}
#s-f318b6b8-4641-4a48-b764-95e0e14a87d8, #wrap-s-f318b6b8-4641-4a48-b764-95e0e14a87d8 { display:none !important; }}







#s-f318b6b8-4641-4a48-b764-95e0e14a87d8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-f318b6b8-4641-4a48-b764-95e0e14a87d8.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-286ae05d-c0a7-4343-9098-cb2f41921485 {
  display: none;
}
#s-286ae05d-c0a7-4343-9098-cb2f41921485, #wrap-s-286ae05d-c0a7-4343-9098-cb2f41921485 { display:none !important; }}@media (max-width: 767px){#s-286ae05d-c0a7-4343-9098-cb2f41921485 {
  display: none;
}
#s-286ae05d-c0a7-4343-9098-cb2f41921485, #wrap-s-286ae05d-c0a7-4343-9098-cb2f41921485 { display:none !important; }}
@media (min-width: 0px) {
[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-286ae05d-c0a7-4343-9098-cb2f41921485"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-bf649643-6d91-4b54-929d-70a38f4c7c33 {
  display: none;
}
#s-bf649643-6d91-4b54-929d-70a38f4c7c33, #wrap-s-bf649643-6d91-4b54-929d-70a38f4c7c33 { display:none !important; }}@media (max-width: 767px){#s-bf649643-6d91-4b54-929d-70a38f4c7c33 {
  display: none;
}
#s-bf649643-6d91-4b54-929d-70a38f4c7c33, #wrap-s-bf649643-6d91-4b54-929d-70a38f4c7c33 { display:none !important; }}
@media (min-width: 0px) {
[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bf649643-6d91-4b54-929d-70a38f4c7c33"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ccb38c95-d3c7-4376-b5cc-abd9cf2809bc {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ccb38c95-d3c7-4376-b5cc-abd9cf2809bc {
  display: none;
}
#s-ccb38c95-d3c7-4376-b5cc-abd9cf2809bc, #wrap-s-ccb38c95-d3c7-4376-b5cc-abd9cf2809bc { display:none !important; }}@media (max-width: 767px){#s-ccb38c95-d3c7-4376-b5cc-abd9cf2809bc {
  display: none;
}
#s-ccb38c95-d3c7-4376-b5cc-abd9cf2809bc, #wrap-s-ccb38c95-d3c7-4376-b5cc-abd9cf2809bc { display:none !important; }}







#s-ccb38c95-d3c7-4376-b5cc-abd9cf2809bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccb38c95-d3c7-4376-b5cc-abd9cf2809bc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1dbd44b3-8d73-4d75-b9bc-ed8696f69e8c {
  
}
@media (min-width: 768px) and (max-width: 991px){#s-1dbd44b3-8d73-4d75-b9bc-ed8696f69e8c {
  display: none;
}
#s-1dbd44b3-8d73-4d75-b9bc-ed8696f69e8c, #wrap-s-1dbd44b3-8d73-4d75-b9bc-ed8696f69e8c { display:none !important; }}@media (max-width: 767px){#s-1dbd44b3-8d73-4d75-b9bc-ed8696f69e8c {
  display: none;
}
#s-1dbd44b3-8d73-4d75-b9bc-ed8696f69e8c, #wrap-s-1dbd44b3-8d73-4d75-b9bc-ed8696f69e8c { display:none !important; }}
#s-1dbd44b3-8d73-4d75-b9bc-ed8696f69e8c .shogun-icon-wrapper {
  text-align: center;
}


#s-1dbd44b3-8d73-4d75-b9bc-ed8696f69e8c .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(230, 230, 230, 1);
}

#s-54bd2cd9-c90e-488e-a2ce-8ba761bea820 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-54bd2cd9-c90e-488e-a2ce-8ba761bea820 {
  display: none;
}
#s-54bd2cd9-c90e-488e-a2ce-8ba761bea820, #wrap-s-54bd2cd9-c90e-488e-a2ce-8ba761bea820 { display:none !important; }}@media (max-width: 767px){#s-54bd2cd9-c90e-488e-a2ce-8ba761bea820 {
  display: none;
}
#s-54bd2cd9-c90e-488e-a2ce-8ba761bea820, #wrap-s-54bd2cd9-c90e-488e-a2ce-8ba761bea820 { display:none !important; }}
#s-54bd2cd9-c90e-488e-a2ce-8ba761bea820 .shogun-heading-component h1 {
  color: rgba(234, 234, 234, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-3154eece-fbb7-48f6-919f-9402feb03f7b {
  display: none;
}
#s-3154eece-fbb7-48f6-919f-9402feb03f7b, #wrap-s-3154eece-fbb7-48f6-919f-9402feb03f7b { display:none !important; }}@media (max-width: 767px){#s-3154eece-fbb7-48f6-919f-9402feb03f7b {
  display: none;
}
#s-3154eece-fbb7-48f6-919f-9402feb03f7b, #wrap-s-3154eece-fbb7-48f6-919f-9402feb03f7b { display:none !important; }}
@media (min-width: 0px) {
[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3154eece-fbb7-48f6-919f-9402feb03f7b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-1b9be23f-711e-4e58-9956-fcfeca3e9439 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1b9be23f-711e-4e58-9956-fcfeca3e9439 {
  display: none;
}
#s-1b9be23f-711e-4e58-9956-fcfeca3e9439, #wrap-s-1b9be23f-711e-4e58-9956-fcfeca3e9439 { display:none !important; }}@media (max-width: 767px){#s-1b9be23f-711e-4e58-9956-fcfeca3e9439 {
  display: none;
}
#s-1b9be23f-711e-4e58-9956-fcfeca3e9439, #wrap-s-1b9be23f-711e-4e58-9956-fcfeca3e9439 { display:none !important; }}







#s-1b9be23f-711e-4e58-9956-fcfeca3e9439 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b9be23f-711e-4e58-9956-fcfeca3e9439.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a915b015-78e7-4b0d-8909-00b8871070df {
  
}
@media (min-width: 768px) and (max-width: 991px){#s-a915b015-78e7-4b0d-8909-00b8871070df {
  display: none;
}
#s-a915b015-78e7-4b0d-8909-00b8871070df, #wrap-s-a915b015-78e7-4b0d-8909-00b8871070df { display:none !important; }}@media (max-width: 767px){#s-a915b015-78e7-4b0d-8909-00b8871070df {
  display: none;
}
#s-a915b015-78e7-4b0d-8909-00b8871070df, #wrap-s-a915b015-78e7-4b0d-8909-00b8871070df { display:none !important; }}
#s-a915b015-78e7-4b0d-8909-00b8871070df .shogun-icon-wrapper {
  text-align: center;
}


#s-a915b015-78e7-4b0d-8909-00b8871070df .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(230, 230, 230, 1);
}

#s-34c89ddd-b8a1-4434-8c01-92ab8a8fddb6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-34c89ddd-b8a1-4434-8c01-92ab8a8fddb6 {
  display: none;
}
#s-34c89ddd-b8a1-4434-8c01-92ab8a8fddb6, #wrap-s-34c89ddd-b8a1-4434-8c01-92ab8a8fddb6 { display:none !important; }}@media (max-width: 767px){#s-34c89ddd-b8a1-4434-8c01-92ab8a8fddb6 {
  display: none;
}
#s-34c89ddd-b8a1-4434-8c01-92ab8a8fddb6, #wrap-s-34c89ddd-b8a1-4434-8c01-92ab8a8fddb6 { display:none !important; }}
#s-34c89ddd-b8a1-4434-8c01-92ab8a8fddb6 .shogun-heading-component h1 {
  color: rgba(234, 234, 234, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-875ce4ce-1d1f-4adc-8d54-5d74d18a604b {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-875ce4ce-1d1f-4adc-8d54-5d74d18a604b {
  display: none;
}
#s-875ce4ce-1d1f-4adc-8d54-5d74d18a604b, #wrap-s-875ce4ce-1d1f-4adc-8d54-5d74d18a604b { display:none !important; }}@media (max-width: 767px){#s-875ce4ce-1d1f-4adc-8d54-5d74d18a604b {
  display: none;
}
#s-875ce4ce-1d1f-4adc-8d54-5d74d18a604b, #wrap-s-875ce4ce-1d1f-4adc-8d54-5d74d18a604b { display:none !important; }}







#s-875ce4ce-1d1f-4adc-8d54-5d74d18a604b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-875ce4ce-1d1f-4adc-8d54-5d74d18a604b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4ddc7dc4-2373-4d86-833e-c142bf8d2c6a {
  
}
@media (min-width: 768px) and (max-width: 991px){#s-4ddc7dc4-2373-4d86-833e-c142bf8d2c6a {
  display: none;
}
#s-4ddc7dc4-2373-4d86-833e-c142bf8d2c6a, #wrap-s-4ddc7dc4-2373-4d86-833e-c142bf8d2c6a { display:none !important; }}@media (max-width: 767px){#s-4ddc7dc4-2373-4d86-833e-c142bf8d2c6a {
  display: none;
}
#s-4ddc7dc4-2373-4d86-833e-c142bf8d2c6a, #wrap-s-4ddc7dc4-2373-4d86-833e-c142bf8d2c6a { display:none !important; }}
#s-4ddc7dc4-2373-4d86-833e-c142bf8d2c6a .shogun-icon-wrapper {
  text-align: center;
}


#s-4ddc7dc4-2373-4d86-833e-c142bf8d2c6a .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(230, 230, 230, 1);
}

#s-95cd688c-e596-422f-8f52-1260efb9877b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-95cd688c-e596-422f-8f52-1260efb9877b {
  display: none;
}
#s-95cd688c-e596-422f-8f52-1260efb9877b, #wrap-s-95cd688c-e596-422f-8f52-1260efb9877b { display:none !important; }}@media (max-width: 767px){#s-95cd688c-e596-422f-8f52-1260efb9877b {
  display: none;
}
#s-95cd688c-e596-422f-8f52-1260efb9877b, #wrap-s-95cd688c-e596-422f-8f52-1260efb9877b { display:none !important; }}
#s-95cd688c-e596-422f-8f52-1260efb9877b .shogun-heading-component h1 {
  color: rgba(234, 234, 234, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2bde394c-db2c-491e-8031-164259e61186 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2bde394c-db2c-491e-8031-164259e61186 {
  display: none;
}
#s-2bde394c-db2c-491e-8031-164259e61186, #wrap-s-2bde394c-db2c-491e-8031-164259e61186 { display:none !important; }}@media (max-width: 767px){#s-2bde394c-db2c-491e-8031-164259e61186 {
  display: none;
}
#s-2bde394c-db2c-491e-8031-164259e61186, #wrap-s-2bde394c-db2c-491e-8031-164259e61186 { display:none !important; }}







#s-2bde394c-db2c-491e-8031-164259e61186 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bde394c-db2c-491e-8031-164259e61186.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6881939f-0d80-4c54-b036-26893edd1c1b {
  
}
@media (min-width: 768px) and (max-width: 991px){#s-6881939f-0d80-4c54-b036-26893edd1c1b {
  display: none;
}
#s-6881939f-0d80-4c54-b036-26893edd1c1b, #wrap-s-6881939f-0d80-4c54-b036-26893edd1c1b { display:none !important; }}@media (max-width: 767px){#s-6881939f-0d80-4c54-b036-26893edd1c1b {
  display: none;
}
#s-6881939f-0d80-4c54-b036-26893edd1c1b, #wrap-s-6881939f-0d80-4c54-b036-26893edd1c1b { display:none !important; }}
#s-6881939f-0d80-4c54-b036-26893edd1c1b .shogun-icon-wrapper {
  text-align: center;
}


#s-6881939f-0d80-4c54-b036-26893edd1c1b .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(230, 230, 230, 1);
}

#s-5396a72c-3ff7-4b44-84bd-a9e3af586a28 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5396a72c-3ff7-4b44-84bd-a9e3af586a28 {
  display: none;
}
#s-5396a72c-3ff7-4b44-84bd-a9e3af586a28, #wrap-s-5396a72c-3ff7-4b44-84bd-a9e3af586a28 { display:none !important; }}@media (max-width: 767px){#s-5396a72c-3ff7-4b44-84bd-a9e3af586a28 {
  display: none;
}
#s-5396a72c-3ff7-4b44-84bd-a9e3af586a28, #wrap-s-5396a72c-3ff7-4b44-84bd-a9e3af586a28 { display:none !important; }}
#s-5396a72c-3ff7-4b44-84bd-a9e3af586a28 .shogun-heading-component h1 {
  color: rgba(234, 234, 234, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d {
  display: none;
}
#s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d, #wrap-s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d { display:none !important; }}@media (max-width: 767px){#s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d {
  display: none;
}
#s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d, #wrap-s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d { display:none !important; }}
@media (min-width: 0px) {
[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a3e3c95e-9900-402d-b1fd-53fe8bb6735d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e361ca0b-1152-4014-8f75-1dce27c20d4e {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e361ca0b-1152-4014-8f75-1dce27c20d4e {
  display: none;
}
#s-e361ca0b-1152-4014-8f75-1dce27c20d4e, #wrap-s-e361ca0b-1152-4014-8f75-1dce27c20d4e { display:none !important; }}@media (max-width: 767px){#s-e361ca0b-1152-4014-8f75-1dce27c20d4e {
  display: none;
}
#s-e361ca0b-1152-4014-8f75-1dce27c20d4e, #wrap-s-e361ca0b-1152-4014-8f75-1dce27c20d4e { display:none !important; }}







#s-e361ca0b-1152-4014-8f75-1dce27c20d4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e361ca0b-1152-4014-8f75-1dce27c20d4e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9dee4ff7-5267-4244-a9a0-e45ae382bc45 {
  
}
@media (min-width: 768px) and (max-width: 991px){#s-9dee4ff7-5267-4244-a9a0-e45ae382bc45 {
  display: none;
}
#s-9dee4ff7-5267-4244-a9a0-e45ae382bc45, #wrap-s-9dee4ff7-5267-4244-a9a0-e45ae382bc45 { display:none !important; }}@media (max-width: 767px){#s-9dee4ff7-5267-4244-a9a0-e45ae382bc45 {
  display: none;
}
#s-9dee4ff7-5267-4244-a9a0-e45ae382bc45, #wrap-s-9dee4ff7-5267-4244-a9a0-e45ae382bc45 { display:none !important; }}
#s-9dee4ff7-5267-4244-a9a0-e45ae382bc45 .shogun-icon-wrapper {
  text-align: center;
}


#s-9dee4ff7-5267-4244-a9a0-e45ae382bc45 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(230, 230, 230, 1);
}

#s-0feff5bd-1b42-4a50-8889-0d776cde3673 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0feff5bd-1b42-4a50-8889-0d776cde3673 {
  display: none;
}
#s-0feff5bd-1b42-4a50-8889-0d776cde3673, #wrap-s-0feff5bd-1b42-4a50-8889-0d776cde3673 { display:none !important; }}@media (max-width: 767px){#s-0feff5bd-1b42-4a50-8889-0d776cde3673 {
  display: none;
}
#s-0feff5bd-1b42-4a50-8889-0d776cde3673, #wrap-s-0feff5bd-1b42-4a50-8889-0d776cde3673 { display:none !important; }}
#s-0feff5bd-1b42-4a50-8889-0d776cde3673 .shogun-heading-component h1 {
  color: rgba(234, 234, 234, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-42130a2f-c7c7-4556-9c78-ce2cdb3862f0 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 30px;
padding-left: 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-attachment: scroll;
}
@media (min-width: 1200px){#s-42130a2f-c7c7-4556-9c78-ce2cdb3862f0 {
  display: none;
}
#s-42130a2f-c7c7-4556-9c78-ce2cdb3862f0, #wrap-s-42130a2f-c7c7-4556-9c78-ce2cdb3862f0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-42130a2f-c7c7-4556-9c78-ce2cdb3862f0 {
  display: none;
}
#s-42130a2f-c7c7-4556-9c78-ce2cdb3862f0, #wrap-s-42130a2f-c7c7-4556-9c78-ce2cdb3862f0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-42130a2f-c7c7-4556-9c78-ce2cdb3862f0 {
  display: none;
}
#s-42130a2f-c7c7-4556-9c78-ce2cdb3862f0, #wrap-s-42130a2f-c7c7-4556-9c78-ce2cdb3862f0 { display:none !important; }}@media (max-width: 767px){#s-42130a2f-c7c7-4556-9c78-ce2cdb3862f0 {
  
}
}







#s-42130a2f-c7c7-4556-9c78-ce2cdb3862f0 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.7;
}#s-42130a2f-c7c7-4556-9c78-ce2cdb3862f0.shg-box.shg-c {
  justify-content: center;
}

#s-4c94eb62-23de-483e-81a7-2a8972a643ec {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}
@media (min-width: 1200px){#s-4c94eb62-23de-483e-81a7-2a8972a643ec {
  display: none;
}
#s-4c94eb62-23de-483e-81a7-2a8972a643ec, #wrap-s-4c94eb62-23de-483e-81a7-2a8972a643ec { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4c94eb62-23de-483e-81a7-2a8972a643ec {
  display: none;
}
#s-4c94eb62-23de-483e-81a7-2a8972a643ec, #wrap-s-4c94eb62-23de-483e-81a7-2a8972a643ec { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4c94eb62-23de-483e-81a7-2a8972a643ec {
  display: none;
}
#s-4c94eb62-23de-483e-81a7-2a8972a643ec, #wrap-s-4c94eb62-23de-483e-81a7-2a8972a643ec { display:none !important; }}@media (max-width: 767px){#s-4c94eb62-23de-483e-81a7-2a8972a643ec {
  
}
}







#s-4c94eb62-23de-483e-81a7-2a8972a643ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c94eb62-23de-483e-81a7-2a8972a643ec.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d83e8ca7-e41b-435d-ba72-7f09fd240f27 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-d83e8ca7-e41b-435d-ba72-7f09fd240f27 {
  display: none;
}
#s-d83e8ca7-e41b-435d-ba72-7f09fd240f27, #wrap-s-d83e8ca7-e41b-435d-ba72-7f09fd240f27 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d83e8ca7-e41b-435d-ba72-7f09fd240f27 {
  display: none;
}
#s-d83e8ca7-e41b-435d-ba72-7f09fd240f27, #wrap-s-d83e8ca7-e41b-435d-ba72-7f09fd240f27 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d83e8ca7-e41b-435d-ba72-7f09fd240f27 {
  display: none;
}
#s-d83e8ca7-e41b-435d-ba72-7f09fd240f27, #wrap-s-d83e8ca7-e41b-435d-ba72-7f09fd240f27 { display:none !important; }}@media (max-width: 767px){#s-d83e8ca7-e41b-435d-ba72-7f09fd240f27 {
  
}
}
#s-d83e8ca7-e41b-435d-ba72-7f09fd240f27 .shogun-icon-wrapper {
  text-align: center;
}


#s-d83e8ca7-e41b-435d-ba72-7f09fd240f27 .shogun-icon-wrapper > .shogun-icon {

  font-size: 3em !important;
  color: rgba(227, 0, 11, 1);
}

#s-7b312e2c-48e5-4d6d-92b6-e414ae731ff8 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-7b312e2c-48e5-4d6d-92b6-e414ae731ff8 {
  display: none;
}
#s-7b312e2c-48e5-4d6d-92b6-e414ae731ff8, #wrap-s-7b312e2c-48e5-4d6d-92b6-e414ae731ff8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7b312e2c-48e5-4d6d-92b6-e414ae731ff8 {
  display: none;
}
#s-7b312e2c-48e5-4d6d-92b6-e414ae731ff8, #wrap-s-7b312e2c-48e5-4d6d-92b6-e414ae731ff8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7b312e2c-48e5-4d6d-92b6-e414ae731ff8 {
  display: none;
}
#s-7b312e2c-48e5-4d6d-92b6-e414ae731ff8, #wrap-s-7b312e2c-48e5-4d6d-92b6-e414ae731ff8 { display:none !important; }}@media (max-width: 767px){#s-7b312e2c-48e5-4d6d-92b6-e414ae731ff8 {
  
}
}
#s-7b312e2c-48e5-4d6d-92b6-e414ae731ff8 .shogun-heading-component h2 {
  color: rgba(234, 234, 234, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1f907f2d-117a-4126-b9b2-125eb7c95d74 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 30px;
padding-right: 30px;
}
@media (min-width: 1200px){#s-1f907f2d-117a-4126-b9b2-125eb7c95d74 {
  display: none;
}
#s-1f907f2d-117a-4126-b9b2-125eb7c95d74, #wrap-s-1f907f2d-117a-4126-b9b2-125eb7c95d74 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f907f2d-117a-4126-b9b2-125eb7c95d74 {
  display: none;
}
#s-1f907f2d-117a-4126-b9b2-125eb7c95d74, #wrap-s-1f907f2d-117a-4126-b9b2-125eb7c95d74 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1f907f2d-117a-4126-b9b2-125eb7c95d74 {
  display: none;
}
#s-1f907f2d-117a-4126-b9b2-125eb7c95d74, #wrap-s-1f907f2d-117a-4126-b9b2-125eb7c95d74 { display:none !important; }}@media (max-width: 767px){#s-1f907f2d-117a-4126-b9b2-125eb7c95d74 {
  
}
}
#s-8e2235fe-8532-4eb2-b806-6d29029a58fc {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}
@media (min-width: 1200px){#s-8e2235fe-8532-4eb2-b806-6d29029a58fc {
  display: none;
}
#s-8e2235fe-8532-4eb2-b806-6d29029a58fc, #wrap-s-8e2235fe-8532-4eb2-b806-6d29029a58fc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8e2235fe-8532-4eb2-b806-6d29029a58fc {
  display: none;
}
#s-8e2235fe-8532-4eb2-b806-6d29029a58fc, #wrap-s-8e2235fe-8532-4eb2-b806-6d29029a58fc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8e2235fe-8532-4eb2-b806-6d29029a58fc {
  display: none;
}
#s-8e2235fe-8532-4eb2-b806-6d29029a58fc, #wrap-s-8e2235fe-8532-4eb2-b806-6d29029a58fc { display:none !important; }}@media (max-width: 767px){#s-8e2235fe-8532-4eb2-b806-6d29029a58fc {
  
}
}







#s-8e2235fe-8532-4eb2-b806-6d29029a58fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e2235fe-8532-4eb2-b806-6d29029a58fc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7f79b9c6-686d-4e3e-8065-899bd8b56151 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-7f79b9c6-686d-4e3e-8065-899bd8b56151 {
  display: none;
}
#s-7f79b9c6-686d-4e3e-8065-899bd8b56151, #wrap-s-7f79b9c6-686d-4e3e-8065-899bd8b56151 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f79b9c6-686d-4e3e-8065-899bd8b56151 {
  display: none;
}
#s-7f79b9c6-686d-4e3e-8065-899bd8b56151, #wrap-s-7f79b9c6-686d-4e3e-8065-899bd8b56151 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7f79b9c6-686d-4e3e-8065-899bd8b56151 {
  display: none;
}
#s-7f79b9c6-686d-4e3e-8065-899bd8b56151, #wrap-s-7f79b9c6-686d-4e3e-8065-899bd8b56151 { display:none !important; }}@media (max-width: 767px){#s-7f79b9c6-686d-4e3e-8065-899bd8b56151 {
  
}
}
#s-7f79b9c6-686d-4e3e-8065-899bd8b56151 .shogun-icon-wrapper {
  text-align: center;
}


#s-7f79b9c6-686d-4e3e-8065-899bd8b56151 .shogun-icon-wrapper > .shogun-icon {

  font-size: 3em !important;
  color: rgba(227, 0, 11, 1);
}

#s-fdd6a45c-b93c-4813-bcec-89d99e15ae44 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-fdd6a45c-b93c-4813-bcec-89d99e15ae44 {
  display: none;
}
#s-fdd6a45c-b93c-4813-bcec-89d99e15ae44, #wrap-s-fdd6a45c-b93c-4813-bcec-89d99e15ae44 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fdd6a45c-b93c-4813-bcec-89d99e15ae44 {
  display: none;
}
#s-fdd6a45c-b93c-4813-bcec-89d99e15ae44, #wrap-s-fdd6a45c-b93c-4813-bcec-89d99e15ae44 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fdd6a45c-b93c-4813-bcec-89d99e15ae44 {
  display: none;
}
#s-fdd6a45c-b93c-4813-bcec-89d99e15ae44, #wrap-s-fdd6a45c-b93c-4813-bcec-89d99e15ae44 { display:none !important; }}@media (max-width: 767px){#s-fdd6a45c-b93c-4813-bcec-89d99e15ae44 {
  
}
}
#s-fdd6a45c-b93c-4813-bcec-89d99e15ae44 .shogun-heading-component h2 {
  color: rgba(234, 234, 234, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4ece0212-8425-4551-a92d-06a7f1ea015a {
  margin-left: 10px;
margin-right: 10px;
padding-left: 30px;
padding-right: 30px;
}
@media (min-width: 1200px){#s-4ece0212-8425-4551-a92d-06a7f1ea015a {
  display: none;
}
#s-4ece0212-8425-4551-a92d-06a7f1ea015a, #wrap-s-4ece0212-8425-4551-a92d-06a7f1ea015a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ece0212-8425-4551-a92d-06a7f1ea015a {
  display: none;
}
#s-4ece0212-8425-4551-a92d-06a7f1ea015a, #wrap-s-4ece0212-8425-4551-a92d-06a7f1ea015a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4ece0212-8425-4551-a92d-06a7f1ea015a {
  display: none;
}
#s-4ece0212-8425-4551-a92d-06a7f1ea015a, #wrap-s-4ece0212-8425-4551-a92d-06a7f1ea015a { display:none !important; }}@media (max-width: 767px){#s-4ece0212-8425-4551-a92d-06a7f1ea015a {
  
}
}
#s-eab15963-a92f-45ec-917d-c31500ece173 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}
@media (min-width: 1200px){#s-eab15963-a92f-45ec-917d-c31500ece173 {
  display: none;
}
#s-eab15963-a92f-45ec-917d-c31500ece173, #wrap-s-eab15963-a92f-45ec-917d-c31500ece173 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eab15963-a92f-45ec-917d-c31500ece173 {
  display: none;
}
#s-eab15963-a92f-45ec-917d-c31500ece173, #wrap-s-eab15963-a92f-45ec-917d-c31500ece173 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eab15963-a92f-45ec-917d-c31500ece173 {
  display: none;
}
#s-eab15963-a92f-45ec-917d-c31500ece173, #wrap-s-eab15963-a92f-45ec-917d-c31500ece173 { display:none !important; }}@media (max-width: 767px){#s-eab15963-a92f-45ec-917d-c31500ece173 {
  
}
}







#s-eab15963-a92f-45ec-917d-c31500ece173 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eab15963-a92f-45ec-917d-c31500ece173.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f31bbf4c-d3a3-43ae-94af-c08ca8296e61 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-f31bbf4c-d3a3-43ae-94af-c08ca8296e61 {
  display: none;
}
#s-f31bbf4c-d3a3-43ae-94af-c08ca8296e61, #wrap-s-f31bbf4c-d3a3-43ae-94af-c08ca8296e61 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f31bbf4c-d3a3-43ae-94af-c08ca8296e61 {
  display: none;
}
#s-f31bbf4c-d3a3-43ae-94af-c08ca8296e61, #wrap-s-f31bbf4c-d3a3-43ae-94af-c08ca8296e61 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f31bbf4c-d3a3-43ae-94af-c08ca8296e61 {
  display: none;
}
#s-f31bbf4c-d3a3-43ae-94af-c08ca8296e61, #wrap-s-f31bbf4c-d3a3-43ae-94af-c08ca8296e61 { display:none !important; }}@media (max-width: 767px){#s-f31bbf4c-d3a3-43ae-94af-c08ca8296e61 {
  
}
}
#s-f31bbf4c-d3a3-43ae-94af-c08ca8296e61 .shogun-icon-wrapper {
  text-align: center;
}


#s-f31bbf4c-d3a3-43ae-94af-c08ca8296e61 .shogun-icon-wrapper > .shogun-icon {

  font-size: 3em !important;
  color: rgba(227, 0, 11, 1);
}

#s-ce03a206-d909-4229-b8ca-0d680415a2ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-ce03a206-d909-4229-b8ca-0d680415a2ba {
  display: none;
}
#s-ce03a206-d909-4229-b8ca-0d680415a2ba, #wrap-s-ce03a206-d909-4229-b8ca-0d680415a2ba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ce03a206-d909-4229-b8ca-0d680415a2ba {
  display: none;
}
#s-ce03a206-d909-4229-b8ca-0d680415a2ba, #wrap-s-ce03a206-d909-4229-b8ca-0d680415a2ba { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ce03a206-d909-4229-b8ca-0d680415a2ba {
  display: none;
}
#s-ce03a206-d909-4229-b8ca-0d680415a2ba, #wrap-s-ce03a206-d909-4229-b8ca-0d680415a2ba { display:none !important; }}@media (max-width: 767px){#s-ce03a206-d909-4229-b8ca-0d680415a2ba {
  
}
}
#s-ce03a206-d909-4229-b8ca-0d680415a2ba .shogun-heading-component h2 {
  color: rgba(234, 234, 234, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f7f1b2d7-e926-4881-9f01-ee8535a70841 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 30px;
padding-right: 30px;
}
@media (min-width: 1200px){#s-f7f1b2d7-e926-4881-9f01-ee8535a70841 {
  display: none;
}
#s-f7f1b2d7-e926-4881-9f01-ee8535a70841, #wrap-s-f7f1b2d7-e926-4881-9f01-ee8535a70841 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7f1b2d7-e926-4881-9f01-ee8535a70841 {
  display: none;
}
#s-f7f1b2d7-e926-4881-9f01-ee8535a70841, #wrap-s-f7f1b2d7-e926-4881-9f01-ee8535a70841 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f7f1b2d7-e926-4881-9f01-ee8535a70841 {
  display: none;
}
#s-f7f1b2d7-e926-4881-9f01-ee8535a70841, #wrap-s-f7f1b2d7-e926-4881-9f01-ee8535a70841 { display:none !important; }}@media (max-width: 767px){#s-f7f1b2d7-e926-4881-9f01-ee8535a70841 {
  
}
}
@media (min-width: 1200px){#s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5 {
  display: none;
}
#s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5, #wrap-s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5 {
  display: none;
}
#s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5, #wrap-s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5 {
  display: none;
}
#s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5, #wrap-s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5 { display:none !important; }}@media (max-width: 767px){#s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5 {
  
}
}
@media (min-width: 0px) {
[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4441d1f5-ac83-48e0-89c7-1f110bc6a7a5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-eb062afb-2609-4776-80e3-ad562401cafe {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}
@media (min-width: 1200px){#s-eb062afb-2609-4776-80e3-ad562401cafe {
  display: none;
}
#s-eb062afb-2609-4776-80e3-ad562401cafe, #wrap-s-eb062afb-2609-4776-80e3-ad562401cafe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eb062afb-2609-4776-80e3-ad562401cafe {
  display: none;
}
#s-eb062afb-2609-4776-80e3-ad562401cafe, #wrap-s-eb062afb-2609-4776-80e3-ad562401cafe { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eb062afb-2609-4776-80e3-ad562401cafe {
  display: none;
}
#s-eb062afb-2609-4776-80e3-ad562401cafe, #wrap-s-eb062afb-2609-4776-80e3-ad562401cafe { display:none !important; }}@media (max-width: 767px){#s-eb062afb-2609-4776-80e3-ad562401cafe {
  
}
}







#s-eb062afb-2609-4776-80e3-ad562401cafe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb062afb-2609-4776-80e3-ad562401cafe.shg-box.shg-c {
  justify-content: center;
}

#s-437f7686-2555-455a-a396-719505cd5ac3 {
  
}
@media (min-width: 1200px){#s-437f7686-2555-455a-a396-719505cd5ac3 {
  display: none;
}
#s-437f7686-2555-455a-a396-719505cd5ac3, #wrap-s-437f7686-2555-455a-a396-719505cd5ac3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-437f7686-2555-455a-a396-719505cd5ac3 {
  display: none;
}
#s-437f7686-2555-455a-a396-719505cd5ac3, #wrap-s-437f7686-2555-455a-a396-719505cd5ac3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-437f7686-2555-455a-a396-719505cd5ac3 {
  display: none;
}
#s-437f7686-2555-455a-a396-719505cd5ac3, #wrap-s-437f7686-2555-455a-a396-719505cd5ac3 { display:none !important; }}@media (max-width: 767px){#s-437f7686-2555-455a-a396-719505cd5ac3 {
  
}
}
#s-437f7686-2555-455a-a396-719505cd5ac3 .shogun-icon-wrapper {
  text-align: center;
}


#s-437f7686-2555-455a-a396-719505cd5ac3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 2em !important;
  color: rgba(250, 250, 250, 1);
}

#s-1ca24838-1592-47fb-b519-b3bb03f76b0d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-1ca24838-1592-47fb-b519-b3bb03f76b0d {
  display: none;
}
#s-1ca24838-1592-47fb-b519-b3bb03f76b0d, #wrap-s-1ca24838-1592-47fb-b519-b3bb03f76b0d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1ca24838-1592-47fb-b519-b3bb03f76b0d {
  display: none;
}
#s-1ca24838-1592-47fb-b519-b3bb03f76b0d, #wrap-s-1ca24838-1592-47fb-b519-b3bb03f76b0d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1ca24838-1592-47fb-b519-b3bb03f76b0d {
  display: none;
}
#s-1ca24838-1592-47fb-b519-b3bb03f76b0d, #wrap-s-1ca24838-1592-47fb-b519-b3bb03f76b0d { display:none !important; }}@media (max-width: 767px){#s-1ca24838-1592-47fb-b519-b3bb03f76b0d {
  
}
}
#s-1ca24838-1592-47fb-b519-b3bb03f76b0d .shogun-heading-component h1 {
  color: rgba(234, 234, 234, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ffe942c2-f567-41f7-a7b7-502c13468bfe {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}
@media (min-width: 1200px){#s-ffe942c2-f567-41f7-a7b7-502c13468bfe {
  display: none;
}
#s-ffe942c2-f567-41f7-a7b7-502c13468bfe, #wrap-s-ffe942c2-f567-41f7-a7b7-502c13468bfe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ffe942c2-f567-41f7-a7b7-502c13468bfe {
  display: none;
}
#s-ffe942c2-f567-41f7-a7b7-502c13468bfe, #wrap-s-ffe942c2-f567-41f7-a7b7-502c13468bfe { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ffe942c2-f567-41f7-a7b7-502c13468bfe {
  display: none;
}
#s-ffe942c2-f567-41f7-a7b7-502c13468bfe, #wrap-s-ffe942c2-f567-41f7-a7b7-502c13468bfe { display:none !important; }}@media (max-width: 767px){#s-ffe942c2-f567-41f7-a7b7-502c13468bfe {
  
}
}







#s-ffe942c2-f567-41f7-a7b7-502c13468bfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffe942c2-f567-41f7-a7b7-502c13468bfe.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8ad9aefc-c655-490d-aeef-7585b72d5a40 {
  
}
@media (min-width: 1200px){#s-8ad9aefc-c655-490d-aeef-7585b72d5a40 {
  display: none;
}
#s-8ad9aefc-c655-490d-aeef-7585b72d5a40, #wrap-s-8ad9aefc-c655-490d-aeef-7585b72d5a40 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8ad9aefc-c655-490d-aeef-7585b72d5a40 {
  display: none;
}
#s-8ad9aefc-c655-490d-aeef-7585b72d5a40, #wrap-s-8ad9aefc-c655-490d-aeef-7585b72d5a40 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8ad9aefc-c655-490d-aeef-7585b72d5a40 {
  display: none;
}
#s-8ad9aefc-c655-490d-aeef-7585b72d5a40, #wrap-s-8ad9aefc-c655-490d-aeef-7585b72d5a40 { display:none !important; }}@media (max-width: 767px){#s-8ad9aefc-c655-490d-aeef-7585b72d5a40 {
  
}
}
#s-8ad9aefc-c655-490d-aeef-7585b72d5a40 .shogun-icon-wrapper {
  text-align: center;
}


#s-8ad9aefc-c655-490d-aeef-7585b72d5a40 .shogun-icon-wrapper > .shogun-icon {

  font-size: 2em !important;
  color: rgba(255, 255, 255, 1);
}

#s-70069c35-74fe-47b4-a85b-36d6619b87b5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-70069c35-74fe-47b4-a85b-36d6619b87b5 {
  display: none;
}
#s-70069c35-74fe-47b4-a85b-36d6619b87b5, #wrap-s-70069c35-74fe-47b4-a85b-36d6619b87b5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70069c35-74fe-47b4-a85b-36d6619b87b5 {
  display: none;
}
#s-70069c35-74fe-47b4-a85b-36d6619b87b5, #wrap-s-70069c35-74fe-47b4-a85b-36d6619b87b5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-70069c35-74fe-47b4-a85b-36d6619b87b5 {
  display: none;
}
#s-70069c35-74fe-47b4-a85b-36d6619b87b5, #wrap-s-70069c35-74fe-47b4-a85b-36d6619b87b5 { display:none !important; }}@media (max-width: 767px){#s-70069c35-74fe-47b4-a85b-36d6619b87b5 {
  
}
}
#s-70069c35-74fe-47b4-a85b-36d6619b87b5 .shogun-heading-component h1 {
  color: rgba(234, 234, 234, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c916ad1d-b343-4087-84d3-9a50ac0c4224 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}
@media (min-width: 1200px){#s-c916ad1d-b343-4087-84d3-9a50ac0c4224 {
  display: none;
}
#s-c916ad1d-b343-4087-84d3-9a50ac0c4224, #wrap-s-c916ad1d-b343-4087-84d3-9a50ac0c4224 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c916ad1d-b343-4087-84d3-9a50ac0c4224 {
  display: none;
}
#s-c916ad1d-b343-4087-84d3-9a50ac0c4224, #wrap-s-c916ad1d-b343-4087-84d3-9a50ac0c4224 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c916ad1d-b343-4087-84d3-9a50ac0c4224 {
  display: none;
}
#s-c916ad1d-b343-4087-84d3-9a50ac0c4224, #wrap-s-c916ad1d-b343-4087-84d3-9a50ac0c4224 { display:none !important; }}@media (max-width: 767px){#s-c916ad1d-b343-4087-84d3-9a50ac0c4224 {
  
}
}







#s-c916ad1d-b343-4087-84d3-9a50ac0c4224 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c916ad1d-b343-4087-84d3-9a50ac0c4224.shg-box.shg-c {
  justify-content: flex-start;
}

#s-34648fbd-1d3b-4258-9c61-f17cf85522f5 {
  
}
@media (min-width: 1200px){#s-34648fbd-1d3b-4258-9c61-f17cf85522f5 {
  display: none;
}
#s-34648fbd-1d3b-4258-9c61-f17cf85522f5, #wrap-s-34648fbd-1d3b-4258-9c61-f17cf85522f5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-34648fbd-1d3b-4258-9c61-f17cf85522f5 {
  display: none;
}
#s-34648fbd-1d3b-4258-9c61-f17cf85522f5, #wrap-s-34648fbd-1d3b-4258-9c61-f17cf85522f5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-34648fbd-1d3b-4258-9c61-f17cf85522f5 {
  display: none;
}
#s-34648fbd-1d3b-4258-9c61-f17cf85522f5, #wrap-s-34648fbd-1d3b-4258-9c61-f17cf85522f5 { display:none !important; }}@media (max-width: 767px){#s-34648fbd-1d3b-4258-9c61-f17cf85522f5 {
  
}
}
#s-34648fbd-1d3b-4258-9c61-f17cf85522f5 .shogun-icon-wrapper {
  text-align: center;
}


#s-34648fbd-1d3b-4258-9c61-f17cf85522f5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 2em !important;
  color: rgba(255, 255, 255, 1);
}

#s-b9e245c7-31e3-45da-9c88-dfc4096b6f77 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-b9e245c7-31e3-45da-9c88-dfc4096b6f77 {
  display: none;
}
#s-b9e245c7-31e3-45da-9c88-dfc4096b6f77, #wrap-s-b9e245c7-31e3-45da-9c88-dfc4096b6f77 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b9e245c7-31e3-45da-9c88-dfc4096b6f77 {
  display: none;
}
#s-b9e245c7-31e3-45da-9c88-dfc4096b6f77, #wrap-s-b9e245c7-31e3-45da-9c88-dfc4096b6f77 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b9e245c7-31e3-45da-9c88-dfc4096b6f77 {
  display: none;
}
#s-b9e245c7-31e3-45da-9c88-dfc4096b6f77, #wrap-s-b9e245c7-31e3-45da-9c88-dfc4096b6f77 { display:none !important; }}@media (max-width: 767px){#s-b9e245c7-31e3-45da-9c88-dfc4096b6f77 {
  
}
}
#s-b9e245c7-31e3-45da-9c88-dfc4096b6f77 .shogun-heading-component h1 {
  color: rgba(234, 234, 234, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6ed124da-97a0-4e86-a951-6f29659f5b2e {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 15px;
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, 0);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-6ed124da-97a0-4e86-a951-6f29659f5b2e {
  display: none;
}
#s-6ed124da-97a0-4e86-a951-6f29659f5b2e, #wrap-s-6ed124da-97a0-4e86-a951-6f29659f5b2e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ed124da-97a0-4e86-a951-6f29659f5b2e {
  display: none;
}
#s-6ed124da-97a0-4e86-a951-6f29659f5b2e, #wrap-s-6ed124da-97a0-4e86-a951-6f29659f5b2e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6ed124da-97a0-4e86-a951-6f29659f5b2e {
  display: none;
}
#s-6ed124da-97a0-4e86-a951-6f29659f5b2e, #wrap-s-6ed124da-97a0-4e86-a951-6f29659f5b2e { display:none !important; }}@media (max-width: 767px){#s-6ed124da-97a0-4e86-a951-6f29659f5b2e {
  
}
}







#s-6ed124da-97a0-4e86-a951-6f29659f5b2e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-6ed124da-97a0-4e86-a951-6f29659f5b2e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-57f94ac5-918f-4125-a143-9ea94afb2b5f {
  display: none;
}
#s-57f94ac5-918f-4125-a143-9ea94afb2b5f, #wrap-s-57f94ac5-918f-4125-a143-9ea94afb2b5f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57f94ac5-918f-4125-a143-9ea94afb2b5f {
  display: none;
}
#s-57f94ac5-918f-4125-a143-9ea94afb2b5f, #wrap-s-57f94ac5-918f-4125-a143-9ea94afb2b5f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-57f94ac5-918f-4125-a143-9ea94afb2b5f {
  display: none;
}
#s-57f94ac5-918f-4125-a143-9ea94afb2b5f, #wrap-s-57f94ac5-918f-4125-a143-9ea94afb2b5f { display:none !important; }}@media (max-width: 767px){#s-57f94ac5-918f-4125-a143-9ea94afb2b5f {
  
}
}
@media (min-width: 0px) {
[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-57f94ac5-918f-4125-a143-9ea94afb2b5f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d49b295b-b611-479d-a73f-54820d82a1d8 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}
@media (min-width: 1200px){#s-d49b295b-b611-479d-a73f-54820d82a1d8 {
  display: none;
}
#s-d49b295b-b611-479d-a73f-54820d82a1d8, #wrap-s-d49b295b-b611-479d-a73f-54820d82a1d8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d49b295b-b611-479d-a73f-54820d82a1d8 {
  display: none;
}
#s-d49b295b-b611-479d-a73f-54820d82a1d8, #wrap-s-d49b295b-b611-479d-a73f-54820d82a1d8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d49b295b-b611-479d-a73f-54820d82a1d8 {
  display: none;
}
#s-d49b295b-b611-479d-a73f-54820d82a1d8, #wrap-s-d49b295b-b611-479d-a73f-54820d82a1d8 { display:none !important; }}@media (max-width: 767px){#s-d49b295b-b611-479d-a73f-54820d82a1d8 {
  
}
}







#s-d49b295b-b611-479d-a73f-54820d82a1d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d49b295b-b611-479d-a73f-54820d82a1d8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4eb33673-c0a0-4241-8df6-4c0f24442194 {
  
}
@media (min-width: 1200px){#s-4eb33673-c0a0-4241-8df6-4c0f24442194 {
  display: none;
}
#s-4eb33673-c0a0-4241-8df6-4c0f24442194, #wrap-s-4eb33673-c0a0-4241-8df6-4c0f24442194 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4eb33673-c0a0-4241-8df6-4c0f24442194 {
  display: none;
}
#s-4eb33673-c0a0-4241-8df6-4c0f24442194, #wrap-s-4eb33673-c0a0-4241-8df6-4c0f24442194 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4eb33673-c0a0-4241-8df6-4c0f24442194 {
  display: none;
}
#s-4eb33673-c0a0-4241-8df6-4c0f24442194, #wrap-s-4eb33673-c0a0-4241-8df6-4c0f24442194 { display:none !important; }}@media (max-width: 767px){#s-4eb33673-c0a0-4241-8df6-4c0f24442194 {
  
}
}
#s-4eb33673-c0a0-4241-8df6-4c0f24442194 .shogun-icon-wrapper {
  text-align: center;
}


#s-4eb33673-c0a0-4241-8df6-4c0f24442194 .shogun-icon-wrapper > .shogun-icon {

  font-size: 2em !important;
  color: rgba(255, 255, 255, 1);
}

#s-61b13527-b2c7-40df-b937-ceb935b2f3fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-61b13527-b2c7-40df-b937-ceb935b2f3fc {
  display: none;
}
#s-61b13527-b2c7-40df-b937-ceb935b2f3fc, #wrap-s-61b13527-b2c7-40df-b937-ceb935b2f3fc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-61b13527-b2c7-40df-b937-ceb935b2f3fc {
  display: none;
}
#s-61b13527-b2c7-40df-b937-ceb935b2f3fc, #wrap-s-61b13527-b2c7-40df-b937-ceb935b2f3fc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-61b13527-b2c7-40df-b937-ceb935b2f3fc {
  display: none;
}
#s-61b13527-b2c7-40df-b937-ceb935b2f3fc, #wrap-s-61b13527-b2c7-40df-b937-ceb935b2f3fc { display:none !important; }}@media (max-width: 767px){#s-61b13527-b2c7-40df-b937-ceb935b2f3fc {
  
}
}
#s-61b13527-b2c7-40df-b937-ceb935b2f3fc .shogun-heading-component h1 {
  color: rgba(234, 234, 234, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1afdaf27-bc2a-4c5b-ada3-5c2abb53a996 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}
@media (min-width: 1200px){#s-1afdaf27-bc2a-4c5b-ada3-5c2abb53a996 {
  display: none;
}
#s-1afdaf27-bc2a-4c5b-ada3-5c2abb53a996, #wrap-s-1afdaf27-bc2a-4c5b-ada3-5c2abb53a996 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1afdaf27-bc2a-4c5b-ada3-5c2abb53a996 {
  display: none;
}
#s-1afdaf27-bc2a-4c5b-ada3-5c2abb53a996, #wrap-s-1afdaf27-bc2a-4c5b-ada3-5c2abb53a996 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1afdaf27-bc2a-4c5b-ada3-5c2abb53a996 {
  display: none;
}
#s-1afdaf27-bc2a-4c5b-ada3-5c2abb53a996, #wrap-s-1afdaf27-bc2a-4c5b-ada3-5c2abb53a996 { display:none !important; }}@media (max-width: 767px){#s-1afdaf27-bc2a-4c5b-ada3-5c2abb53a996 {
  
}
}







#s-1afdaf27-bc2a-4c5b-ada3-5c2abb53a996 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1afdaf27-bc2a-4c5b-ada3-5c2abb53a996.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9677acdf-d800-43eb-87af-ced73d4bc28a {
  
}
@media (min-width: 1200px){#s-9677acdf-d800-43eb-87af-ced73d4bc28a {
  display: none;
}
#s-9677acdf-d800-43eb-87af-ced73d4bc28a, #wrap-s-9677acdf-d800-43eb-87af-ced73d4bc28a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9677acdf-d800-43eb-87af-ced73d4bc28a {
  display: none;
}
#s-9677acdf-d800-43eb-87af-ced73d4bc28a, #wrap-s-9677acdf-d800-43eb-87af-ced73d4bc28a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9677acdf-d800-43eb-87af-ced73d4bc28a {
  display: none;
}
#s-9677acdf-d800-43eb-87af-ced73d4bc28a, #wrap-s-9677acdf-d800-43eb-87af-ced73d4bc28a { display:none !important; }}@media (max-width: 767px){#s-9677acdf-d800-43eb-87af-ced73d4bc28a {
  
}
}
#s-9677acdf-d800-43eb-87af-ced73d4bc28a .shogun-icon-wrapper {
  text-align: center;
}


#s-9677acdf-d800-43eb-87af-ced73d4bc28a .shogun-icon-wrapper > .shogun-icon {

  font-size: 2em !important;
  color: rgba(255, 255, 255, 1);
}

#s-7fc8cf88-ef5a-412f-acbe-5acdc93f433e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-7fc8cf88-ef5a-412f-acbe-5acdc93f433e {
  display: none;
}
#s-7fc8cf88-ef5a-412f-acbe-5acdc93f433e, #wrap-s-7fc8cf88-ef5a-412f-acbe-5acdc93f433e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7fc8cf88-ef5a-412f-acbe-5acdc93f433e {
  display: none;
}
#s-7fc8cf88-ef5a-412f-acbe-5acdc93f433e, #wrap-s-7fc8cf88-ef5a-412f-acbe-5acdc93f433e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7fc8cf88-ef5a-412f-acbe-5acdc93f433e {
  display: none;
}
#s-7fc8cf88-ef5a-412f-acbe-5acdc93f433e, #wrap-s-7fc8cf88-ef5a-412f-acbe-5acdc93f433e { display:none !important; }}@media (max-width: 767px){#s-7fc8cf88-ef5a-412f-acbe-5acdc93f433e {
  
}
}
#s-7fc8cf88-ef5a-412f-acbe-5acdc93f433e .shogun-heading-component h1 {
  color: rgba(234, 234, 234, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-65bf5162-961a-44a1-9c3c-acc038d8d7cc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-65bf5162-961a-44a1-9c3c-acc038d8d7cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65bf5162-961a-44a1-9c3c-acc038d8d7cc.shg-box.shg-c {
  justify-content: center;
}

#s-aa53bab6-3e45-42d5-9e49-2182e34ab039 {
  text-align: center;
}




  #s-aa53bab6-3e45-42d5-9e49-2182e34ab039 img.shogun-image {
    
    width: px;
  }


#s-aa53bab6-3e45-42d5-9e49-2182e34ab039 .shogun-image-content {
  
    align-items: center;
  
}

#s-68f5452e-f765-4557-87ea-57fd16c358b9 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
padding-left: 13px;
padding-bottom: 12px;
padding-right: 12px;
max-width: 1000px;
}

/*
  $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;
}
