.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-4f525930-be5a-4b8e-a859-35b85a52ce80 {
  box-shadow:0px 0px 0px 0px rgba(205, 202, 202, 1);
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
opacity: 1;
}


  #s-4f525930-be5a-4b8e-a859-35b85a52ce80 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-4f525930-be5a-4b8e-a859-35b85a52ce80 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid rgba(251, 55, 16, 1);
  }
#s-4f525930-be5a-4b8e-a859-35b85a52ce80 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Roboto;
  font-weight: 500;
  font-style: ;
  font-size: 14px;
}

#s-4f525930-be5a-4b8e-a859-35b85a52ce80 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(251, 55, 16, 1);
}

#s-4f525930-be5a-4b8e-a859-35b85a52ce80 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-4f525930-be5a-4b8e-a859-35b85a52ce80 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(251, 55, 16, 1);
}

.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-dc23cbcf-e64a-41a1-9c57-2bd85d310043 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 15px;
padding-bottom: 15px;
text-align: left;
}
@media (min-width: 1200px){#s-dc23cbcf-e64a-41a1-9c57-2bd85d310043 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dc23cbcf-e64a-41a1-9c57-2bd85d310043 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dc23cbcf-e64a-41a1-9c57-2bd85d310043 {
  
}
}@media (max-width: 767px){#s-dc23cbcf-e64a-41a1-9c57-2bd85d310043 {
  
}
}
#s-dc23cbcf-e64a-41a1-9c57-2bd85d310043 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

@media (min-width: 0px) {
[id="s-2392d431-d09d-49e5-aba6-151e7a44f70b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2392d431-d09d-49e5-aba6-151e7a44f70b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2392d431-d09d-49e5-aba6-151e7a44f70b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2392d431-d09d-49e5-aba6-151e7a44f70b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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;
  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-d6d2eacb-a708-4f3e-b36f-180b2fa13650 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 1px;
padding-bottom: 0px;
padding-right: 1px;
}

#s-d6d2eacb-a708-4f3e-b36f-180b2fa13650 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-d6d2eacb-a708-4f3e-b36f-180b2fa13650 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-d6d2eacb-a708-4f3e-b36f-180b2fa13650 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-d6d2eacb-a708-4f3e-b36f-180b2fa13650 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-d6d2eacb-a708-4f3e-b36f-180b2fa13650 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 500;
  font-style: ;
  font-size: ;
}

#s-d6d2eacb-a708-4f3e-b36f-180b2fa13650 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-a83f2384-46aa-45be-96db-0c9e51f44c9c {
  margin-left: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 4px;
padding-bottom: 5px;
padding-right: 4px;
}

#s-a83f2384-46aa-45be-96db-0c9e51f44c9c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(149, 146, 146, 1);
}

#s-a83f2384-46aa-45be-96db-0c9e51f44c9c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 7px;
}

#s-a83f2384-46aa-45be-96db-0c9e51f44c9c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(126, 126, 126, 1);
}

#s-a83f2384-46aa-45be-96db-0c9e51f44c9c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(149, 146, 146, 1);
}

#s-a83f2384-46aa-45be-96db-0c9e51f44c9c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(126, 126, 126, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 900;
  font-style: ;
  font-size: 13px;
}

#s-a83f2384-46aa-45be-96db-0c9e51f44c9c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}
#s-b8cf2b30-a22d-421e-b40c-4c2475e45acd {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-b8cf2b30-a22d-421e-b40c-4c2475e45acd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8cf2b30-a22d-421e-b40c-4c2475e45acd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b8cf2b30-a22d-421e-b40c-4c2475e45acd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b8cf2b30-a22d-421e-b40c-4c2475e45acd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b8cf2b30-a22d-421e-b40c-4c2475e45acd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8cf2b30-a22d-421e-b40c-4c2475e45acd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b8cf2b30-a22d-421e-b40c-4c2475e45acd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-de7eddae-c0fa-49c9-bb8f-c7d0c9644ffd {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-de7eddae-c0fa-49c9-bb8f-c7d0c9644ffd .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-de7eddae-c0fa-49c9-bb8f-c7d0c9644ffd table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-de7eddae-c0fa-49c9-bb8f-c7d0c9644ffd td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-de7eddae-c0fa-49c9-bb8f-c7d0c9644ffd td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-de7eddae-c0fa-49c9-bb8f-c7d0c9644ffd td.shogun-table-column, #s-de7eddae-c0fa-49c9-bb8f-c7d0c9644ffd td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

.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 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 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

.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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  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;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-d51aacdc-93d5-4ef6-ae3d-b76325de411d {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-d9921e9b-eefd-4823-a905-04c7cfa37cd6 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-ce4661f8-7ef5-42c6-ae3d-de73bc1a0117 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-99e92462-c619-4be9-b343-57e3e87ff4ee {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-0aecee9a-d8f8-43c8-8530-9ae77e2f709f {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-00c2442e-a5c0-4a6b-89dc-9ae54b694466 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-59ef98c8-d042-4cb2-bd28-c5dd9382501e {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-d7042889-b9a5-4ea7-9b4a-711dd8e54f25 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-07f61a87-fdb8-4b64-bcc0-aac9ead50240 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-57396dc7-8a36-4895-8051-7e6d6cf052d4 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-115cde26-5c93-487e-80f6-b2409ad7a473 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-7a49d6b3-b32f-4bd9-9ce3-66cc29c3149c {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-77877980-b4aa-4d43-994b-6f6f29fa9918 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-77877980-b4aa-4d43-994b-6f6f29fa9918 img.shogun-image {
    

    
    
    
  }


#s-77877980-b4aa-4d43-994b-6f6f29fa9918 .shogun-image-content {
  
    align-items: center;
  
}

#s-d0d304ce-6b09-4fbb-9a50-ecf6115124cb {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-d0d304ce-6b09-4fbb-9a50-ecf6115124cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0d304ce-6b09-4fbb-9a50-ecf6115124cb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d0d304ce-6b09-4fbb-9a50-ecf6115124cb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d0d304ce-6b09-4fbb-9a50-ecf6115124cb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d0d304ce-6b09-4fbb-9a50-ecf6115124cb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0d304ce-6b09-4fbb-9a50-ecf6115124cb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d0d304ce-6b09-4fbb-9a50-ecf6115124cb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-3824ab9e-5a81-47e5-9275-4bc01bbe4667 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-3824ab9e-5a81-47e5-9275-4bc01bbe4667 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-3824ab9e-5a81-47e5-9275-4bc01bbe4667 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3824ab9e-5a81-47e5-9275-4bc01bbe4667 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-3824ab9e-5a81-47e5-9275-4bc01bbe4667 td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-3824ab9e-5a81-47e5-9275-4bc01bbe4667 td.shogun-table-column, #s-3824ab9e-5a81-47e5-9275-4bc01bbe4667 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-5f7f302a-f2eb-46f2-a107-90a56e147c32 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-123df9f6-4f0d-4620-8956-6ff1fb7e3ec4 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-caaa6c23-5a74-4ed4-b3eb-1784cf28e0a7 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-f54717d0-e3b7-433d-b3c2-1b40f14f45d2 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-1ed57c9b-f20a-4ada-8f8d-34246c85f993 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-3b1c77f1-d64e-4482-8298-45cc1d8eeef1 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-2119f547-542e-4e5d-bd0f-2b205fd78a51 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-e9a2a071-108c-44e9-89ea-9588eb8b39c7 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-fd946810-48a3-41fd-9c19-a08cdeb993f5 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-ed76cbe2-d294-4750-89f2-1281b6d3c61f {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-f853cb32-20e4-41a3-baa0-7bb4d08ef7ae {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-b50744ec-08be-4956-8e3a-95e13b040b38 {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-9c2f610c-9774-405b-869b-9f001eee361e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-9c2f610c-9774-405b-869b-9f001eee361e img.shogun-image {
    

    
    
    
  }


#s-9c2f610c-9774-405b-869b-9f001eee361e .shogun-image-content {
  
    align-items: center;
  
}

#s-2bbaec7b-7326-452e-b120-7cf1e1208757 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-2bbaec7b-7326-452e-b120-7cf1e1208757"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2bbaec7b-7326-452e-b120-7cf1e1208757"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2bbaec7b-7326-452e-b120-7cf1e1208757"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2bbaec7b-7326-452e-b120-7cf1e1208757"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2bbaec7b-7326-452e-b120-7cf1e1208757"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2bbaec7b-7326-452e-b120-7cf1e1208757"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2bbaec7b-7326-452e-b120-7cf1e1208757"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-a4628200-82c4-40e7-b750-4d7861591ea3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-a4628200-82c4-40e7-b750-4d7861591ea3 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-a4628200-82c4-40e7-b750-4d7861591ea3 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a4628200-82c4-40e7-b750-4d7861591ea3 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-a4628200-82c4-40e7-b750-4d7861591ea3 td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-a4628200-82c4-40e7-b750-4d7861591ea3 td.shogun-table-column, #s-a4628200-82c4-40e7-b750-4d7861591ea3 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-529b44fb-7eee-4474-b6f5-8dd7b699201f {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-74709fc5-15f8-4671-a6cd-0dfae36a2405 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-404f11b9-959f-4c63-8a7a-a37c293336a9 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-88d328d1-1670-4720-862e-858415498c7c {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-fbc805ff-eb26-4518-979b-0f04ae3ed53f {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-5f85d3a7-c351-4206-960a-36a91c523f61 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-74e83808-a6ab-4b7d-9199-f0b3057b1a91 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-aaa11a7c-1bba-49ec-acd7-2fa228c2c801 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-4df6407c-f66a-4eb2-8bc5-380fb7324492 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-b4c82ddc-4237-4574-a8bc-7c27be03d835 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-3b384937-69f5-486d-b702-5ae269814faf {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-3b2573f6-d234-4fc3-83b9-b0a492aeb55d {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-cb4970c3-00a3-4ca2-b7cc-ee38b0586ab2 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-cb4970c3-00a3-4ca2-b7cc-ee38b0586ab2 img.shogun-image {
    

    
    
    
  }


#s-cb4970c3-00a3-4ca2-b7cc-ee38b0586ab2 .shogun-image-content {
  
    align-items: center;
  
}

#s-2994e46d-95ff-46fb-9da4-c150263f9e39 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-2994e46d-95ff-46fb-9da4-c150263f9e39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2994e46d-95ff-46fb-9da4-c150263f9e39"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2994e46d-95ff-46fb-9da4-c150263f9e39"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2994e46d-95ff-46fb-9da4-c150263f9e39"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2994e46d-95ff-46fb-9da4-c150263f9e39"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2994e46d-95ff-46fb-9da4-c150263f9e39"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2994e46d-95ff-46fb-9da4-c150263f9e39"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-4dee774c-bd54-426d-b82f-9829fb65baa5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-4dee774c-bd54-426d-b82f-9829fb65baa5 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-4dee774c-bd54-426d-b82f-9829fb65baa5 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4dee774c-bd54-426d-b82f-9829fb65baa5 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-4dee774c-bd54-426d-b82f-9829fb65baa5 td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-4dee774c-bd54-426d-b82f-9829fb65baa5 td.shogun-table-column, #s-4dee774c-bd54-426d-b82f-9829fb65baa5 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-35d858ec-82f5-4c4e-9489-4905650694a5 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-6cb700ca-13de-4199-97a0-ba0e17a41506 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-bd6e39de-b8db-4e4c-ba82-fbc943c4cf30 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-e9cc0aa7-afb1-4b53-bfd4-fc6674b6e043 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-cf51cd2d-3033-4d7e-a777-9567c96077a1 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-e642d3aa-cf69-4237-a7e2-19306efbace1 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-03cb262a-0bf7-488f-bc1d-ea4cc77af25c {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-4c12b4b2-126e-4286-b12a-28870b7b06bb {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-539e17c7-f0a3-48cb-8981-7a831bc9d98b {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-d51853c9-2664-4083-9093-78c9f11ece3b {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-e1606117-5e84-4fd6-b6c4-be5399e14bf5 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-b88d02ae-da35-4179-a2d6-26ea541e8bfd {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-2eb3417a-c45b-446d-8bb2-38162c70081b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-2eb3417a-c45b-446d-8bb2-38162c70081b img.shogun-image {
    

    
    
    
  }


#s-2eb3417a-c45b-446d-8bb2-38162c70081b .shogun-image-content {
  
    align-items: center;
  
}

#s-b5218e4a-fd51-4b86-8a9c-0ead0c4dbb23 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-b5218e4a-fd51-4b86-8a9c-0ead0c4dbb23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5218e4a-fd51-4b86-8a9c-0ead0c4dbb23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b5218e4a-fd51-4b86-8a9c-0ead0c4dbb23"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b5218e4a-fd51-4b86-8a9c-0ead0c4dbb23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b5218e4a-fd51-4b86-8a9c-0ead0c4dbb23"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5218e4a-fd51-4b86-8a9c-0ead0c4dbb23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b5218e4a-fd51-4b86-8a9c-0ead0c4dbb23"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-25207dd3-c59f-4005-95da-5710deffc39c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-25207dd3-c59f-4005-95da-5710deffc39c .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-25207dd3-c59f-4005-95da-5710deffc39c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-25207dd3-c59f-4005-95da-5710deffc39c td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-25207dd3-c59f-4005-95da-5710deffc39c td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-25207dd3-c59f-4005-95da-5710deffc39c td.shogun-table-column, #s-25207dd3-c59f-4005-95da-5710deffc39c td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-2fad6c7b-5e25-4d89-962e-dd85c07feab8 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-f1d9e72b-bc95-4eff-b82a-ece3fa041240 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-8d4fa649-1472-4157-8678-dcb856d7f0b3 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-7e0542ee-f6f5-4b93-bec4-73c8b8de2ed3 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-3f847481-e33e-4162-87c0-5ba51179081f {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-c532036e-5a08-4eca-b467-383bab07a3dc {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-b509e5b6-b462-4d34-9376-8803d9a5f53c {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-db7a24d5-cf96-4bd7-930d-8ed28336621b {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-2bd0ee21-4393-490d-abed-127f6a076c1f {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-eb2d1aeb-ed1f-42b2-9032-22baa7968ef2 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-0c3bf44b-65c6-4a16-9e84-e9369813aee5 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-dbb2f820-5a07-4ba2-9dc3-0af8a5f5df84 {
  margin-top: -5px;
margin-bottom: -5px;
padding-top: 0px;
padding-bottom: 0px;
border-radius: 5px;
}

#s-f6d57371-b6ee-4e85-b350-c4d5f65ac761 {
  text-align: center;
}







  #s-f6d57371-b6ee-4e85-b350-c4d5f65ac761 img.shogun-image {
    

    
    
    
  }


#s-f6d57371-b6ee-4e85-b350-c4d5f65ac761 .shogun-image-content {
  
    align-items: center;
  
}

#s-1df3c2af-a20a-4db4-b3da-8c8eb56514a2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-1df3c2af-a20a-4db4-b3da-8c8eb56514a2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-1df3c2af-a20a-4db4-b3da-8c8eb56514a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-1df3c2af-a20a-4db4-b3da-8c8eb56514a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1df3c2af-a20a-4db4-b3da-8c8eb56514a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-1df3c2af-a20a-4db4-b3da-8c8eb56514a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 500;
  font-style: ;
  font-size: ;
}

#s-1df3c2af-a20a-4db4-b3da-8c8eb56514a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-6ece3b85-0f6c-4864-888d-42a2f77014a8 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 4px;
padding-bottom: 5px;
padding-right: 4px;
}

#s-6ece3b85-0f6c-4864-888d-42a2f77014a8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(149, 146, 146, 1);
}

#s-6ece3b85-0f6c-4864-888d-42a2f77014a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 7px;
}

#s-6ece3b85-0f6c-4864-888d-42a2f77014a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(126, 126, 126, 1);
}

#s-6ece3b85-0f6c-4864-888d-42a2f77014a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(149, 146, 146, 1);
}

#s-6ece3b85-0f6c-4864-888d-42a2f77014a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(126, 126, 126, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 900;
  font-style: ;
  font-size: 13px;
}

#s-6ece3b85-0f6c-4864-888d-42a2f77014a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}
#s-8d61c808-de40-4a57-90ee-dab473523d73 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-8d61c808-de40-4a57-90ee-dab473523d73"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d61c808-de40-4a57-90ee-dab473523d73"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8d61c808-de40-4a57-90ee-dab473523d73"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8d61c808-de40-4a57-90ee-dab473523d73"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8d61c808-de40-4a57-90ee-dab473523d73"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d61c808-de40-4a57-90ee-dab473523d73"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8d61c808-de40-4a57-90ee-dab473523d73"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-7e907279-babc-42eb-9d3b-84ceba8fd400 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-7e907279-babc-42eb-9d3b-84ceba8fd400 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-7e907279-babc-42eb-9d3b-84ceba8fd400 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-7e907279-babc-42eb-9d3b-84ceba8fd400 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-7e907279-babc-42eb-9d3b-84ceba8fd400 td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-7e907279-babc-42eb-9d3b-84ceba8fd400 td.shogun-table-column, #s-7e907279-babc-42eb-9d3b-84ceba8fd400 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-fab24045-73ec-4ea8-a8bd-2ed7163f210f {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-45f409a8-056f-460a-acd0-283fae5974c5 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-d13ea60a-325d-45b9-b5f5-3869bd2ba313 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-b48b3e50-c1c5-40b0-81fa-1ab5e7457d62 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-ff053d0f-c38d-45f1-9ddc-bdf946ea6239 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-0a885a33-7078-4ca2-a63b-607d85249bdc {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-19bc33b5-e736-4552-9992-e8d7078ec05e {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-a35ece34-f62c-4e1a-bf27-7bbbee99aeaa {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-17de0f9e-0fe1-4c94-a27d-97a24a687cd3 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-322af3a8-cdff-48c4-b26c-42aac97bf33d {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-47f61dab-7e17-48ac-9659-cfafa3ceb5b9 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-2548b323-3475-4fee-8bae-fc36029903c6 {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-32d296b7-1449-4192-b187-a4e7ab608765 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-32d296b7-1449-4192-b187-a4e7ab608765 img.shogun-image {
    

    
    
    
  }


#s-32d296b7-1449-4192-b187-a4e7ab608765 .shogun-image-content {
  
    align-items: center;
  
}

#s-2174ad0b-9f75-49e1-bca7-f1235cdcba10 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-2174ad0b-9f75-49e1-bca7-f1235cdcba10"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2174ad0b-9f75-49e1-bca7-f1235cdcba10"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2174ad0b-9f75-49e1-bca7-f1235cdcba10"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2174ad0b-9f75-49e1-bca7-f1235cdcba10"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2174ad0b-9f75-49e1-bca7-f1235cdcba10"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2174ad0b-9f75-49e1-bca7-f1235cdcba10"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2174ad0b-9f75-49e1-bca7-f1235cdcba10"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-c2f23f96-b42e-4ee5-8b8d-7f16da779ce4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-c2f23f96-b42e-4ee5-8b8d-7f16da779ce4 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-c2f23f96-b42e-4ee5-8b8d-7f16da779ce4 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c2f23f96-b42e-4ee5-8b8d-7f16da779ce4 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-c2f23f96-b42e-4ee5-8b8d-7f16da779ce4 td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-c2f23f96-b42e-4ee5-8b8d-7f16da779ce4 td.shogun-table-column, #s-c2f23f96-b42e-4ee5-8b8d-7f16da779ce4 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-d928cdde-88c3-4369-ae3f-a41e3dedafa6 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-7c405175-9c89-42c5-bfc9-911f1458066c {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-baeab4ab-19f5-4a28-a435-ad76ca3d7732 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-a61dbb1c-e08c-43cb-aacf-e9a3ca681502 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-01a271ed-1d23-463a-a340-dc8d6e51c3b6 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-25b6da22-d5b7-4f4e-a714-3070aa85ac17 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-6e5ff474-44bb-40f2-a6da-bd3b754009fc {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-109dabcb-2d54-4f63-a206-024635ec0dcd {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-07d1f1d2-70d9-48fb-9b0a-18ecc0fe6aef {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-c5bfaced-3fe1-433e-b9c7-4607d61cc671 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-a87a8f28-49cb-472e-bc2d-143a1c9f0a99 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-8fae7a56-8d34-420f-981c-e8075c19c087 {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-506ddf59-be71-455e-8ab4-52a1cd7dc67b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-506ddf59-be71-455e-8ab4-52a1cd7dc67b img.shogun-image {
    

    
    
    
  }


#s-506ddf59-be71-455e-8ab4-52a1cd7dc67b .shogun-image-content {
  
    align-items: center;
  
}

#s-2c7a788c-2d8e-4492-a1be-98b599c4c7cd {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-2c7a788c-2d8e-4492-a1be-98b599c4c7cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c7a788c-2d8e-4492-a1be-98b599c4c7cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2c7a788c-2d8e-4492-a1be-98b599c4c7cd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2c7a788c-2d8e-4492-a1be-98b599c4c7cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2c7a788c-2d8e-4492-a1be-98b599c4c7cd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c7a788c-2d8e-4492-a1be-98b599c4c7cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2c7a788c-2d8e-4492-a1be-98b599c4c7cd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-9093fb26-1e4b-4235-98a0-ac5f1ce4df34 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-9093fb26-1e4b-4235-98a0-ac5f1ce4df34 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-9093fb26-1e4b-4235-98a0-ac5f1ce4df34 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-9093fb26-1e4b-4235-98a0-ac5f1ce4df34 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-9093fb26-1e4b-4235-98a0-ac5f1ce4df34 td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-9093fb26-1e4b-4235-98a0-ac5f1ce4df34 td.shogun-table-column, #s-9093fb26-1e4b-4235-98a0-ac5f1ce4df34 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-1cbfce4c-5025-40be-bf41-f49d8e145309 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-0aee08fd-036b-4bbf-a7eb-f9bd150c10df {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-e6408c0b-b616-40de-99a2-63404ae67d13 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-2cb1c2a8-eb99-48a9-87b0-4acc5f603d3a {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-d82933dc-7c8a-4eac-8c26-12b7d0cfcf56 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-3c952a93-6a34-4b69-8db1-7a249f25d86c {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-7f2660b2-56eb-4c9f-a519-a333761ca0fa {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-ec91062b-f9be-4012-8a2f-bda58adb87fd {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-d6ec8695-b943-4865-add0-44d8e82423ac {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-c19bb9e4-64df-4069-be49-366bdb3b8f2a {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-c75f02d7-1dcb-4323-8a7b-71fce6da246f {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-0a4c11f2-9870-4bd3-abe6-cc3818ccdf34 {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-e1899aac-2985-4395-a396-2c0ba311fbe4 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-e1899aac-2985-4395-a396-2c0ba311fbe4 img.shogun-image {
    

    
    
    
  }


#s-e1899aac-2985-4395-a396-2c0ba311fbe4 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c946268-6cea-4289-85c6-daf9f8a25660 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-3c946268-6cea-4289-85c6-daf9f8a25660"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c946268-6cea-4289-85c6-daf9f8a25660"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3c946268-6cea-4289-85c6-daf9f8a25660"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3c946268-6cea-4289-85c6-daf9f8a25660"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3c946268-6cea-4289-85c6-daf9f8a25660"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c946268-6cea-4289-85c6-daf9f8a25660"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3c946268-6cea-4289-85c6-daf9f8a25660"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-022d4303-1947-4b3c-945e-461149edf5b8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-022d4303-1947-4b3c-945e-461149edf5b8 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-022d4303-1947-4b3c-945e-461149edf5b8 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-022d4303-1947-4b3c-945e-461149edf5b8 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-022d4303-1947-4b3c-945e-461149edf5b8 td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-022d4303-1947-4b3c-945e-461149edf5b8 td.shogun-table-column, #s-022d4303-1947-4b3c-945e-461149edf5b8 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-9b691c55-3b75-4b71-b4ab-18aaf602062d {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-748955b8-7c0e-459c-84dd-c82292d9630a {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-0dab38a5-13a0-4504-8c61-db67d1d78eb3 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-5c105cdf-7f37-4cc8-b2b1-d961cd1799cc {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-88e8c097-50f6-4bb9-b184-6a6d035328c6 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-8d70d6bc-293c-48ea-9452-ad2446586c9a {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-1393d2ca-5dcd-422c-a738-b36f3b366c02 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-49ade0ee-b010-4af5-a0b8-16dcd53429c6 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-1590b533-050c-4a1b-840c-4043edd316cb {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-3175a9ef-e1bc-45c4-b824-893068c3d4c4 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-dd8ea385-8b47-42e6-918e-917fc907cef4 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-5bffa666-2d68-4dc0-b3da-9eda4d9b9b0f {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-012e33ea-3e64-44f6-ac14-ba9b1cf5d088 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-012e33ea-3e64-44f6-ac14-ba9b1cf5d088 img.shogun-image {
    

    
    
    
  }


#s-012e33ea-3e64-44f6-ac14-ba9b1cf5d088 .shogun-image-content {
  
    align-items: center;
  
}

#s-907e3158-1ec8-4517-9851-587083be4ef1 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-907e3158-1ec8-4517-9851-587083be4ef1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-907e3158-1ec8-4517-9851-587083be4ef1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-907e3158-1ec8-4517-9851-587083be4ef1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-907e3158-1ec8-4517-9851-587083be4ef1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-907e3158-1ec8-4517-9851-587083be4ef1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-907e3158-1ec8-4517-9851-587083be4ef1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-907e3158-1ec8-4517-9851-587083be4ef1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-22b89d28-294a-42b6-8ef4-3a80c3b623bc {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-22b89d28-294a-42b6-8ef4-3a80c3b623bc .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-22b89d28-294a-42b6-8ef4-3a80c3b623bc table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-22b89d28-294a-42b6-8ef4-3a80c3b623bc td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-22b89d28-294a-42b6-8ef4-3a80c3b623bc td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-22b89d28-294a-42b6-8ef4-3a80c3b623bc td.shogun-table-column, #s-22b89d28-294a-42b6-8ef4-3a80c3b623bc td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-31a9273c-66de-4637-a274-450ec8dcdf67 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-c8c77169-4d2b-486f-9afc-475b111ac1cd {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-f2b17ab3-fd60-4a08-9c56-f69cd834e5db {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-d7380d2c-b895-45c8-90bf-c8084b1d99c7 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-963102ce-45ec-4f78-8fcf-c55181f12e4d {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-466b253f-46be-48ac-83ca-de95f9bfc4bf {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-f732eb73-f486-452b-ab9e-abfaceffb5fe {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-aba02621-f060-4645-b5fb-1a21447ed2f8 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-4d300a64-9daf-4209-9be1-550dc744ab0e {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-31e68379-1c3a-4eb1-ba3e-5654c67b19c1 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-8a3908b9-296f-463e-b22e-ae2462c5565f {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-660b277f-6a27-48b4-be67-055afe26bf63 {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-b3c84799-6523-4b2f-8785-e9d966b25a39 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-b3c84799-6523-4b2f-8785-e9d966b25a39 img.shogun-image {
    

    
    
    
  }


#s-b3c84799-6523-4b2f-8785-e9d966b25a39 .shogun-image-content {
  
    align-items: center;
  
}

#s-27bcb452-19ff-4735-99ac-4050c49f0d01 {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-27bcb452-19ff-4735-99ac-4050c49f0d01"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27bcb452-19ff-4735-99ac-4050c49f0d01"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-27bcb452-19ff-4735-99ac-4050c49f0d01"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-27bcb452-19ff-4735-99ac-4050c49f0d01"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-27bcb452-19ff-4735-99ac-4050c49f0d01"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-27bcb452-19ff-4735-99ac-4050c49f0d01"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-27bcb452-19ff-4735-99ac-4050c49f0d01"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-4b813e6b-d7df-4a98-8974-f287f160440e {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(182, 182, 182, 1);
}
@media (min-width: 1200px){#s-4b813e6b-d7df-4a98-8974-f287f160440e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b813e6b-d7df-4a98-8974-f287f160440e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b813e6b-d7df-4a98-8974-f287f160440e {
  
}
}@media (max-width: 767px){#s-4b813e6b-d7df-4a98-8974-f287f160440e {
  
}
}
#s-8331fdc1-8c7f-4196-867a-a9f6452b782d {
  border-style: solid;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(182, 182, 182, 1);
}

@media (min-width: 0px) {
[id="s-8331fdc1-8c7f-4196-867a-a9f6452b782d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8331fdc1-8c7f-4196-867a-a9f6452b782d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8331fdc1-8c7f-4196-867a-a9f6452b782d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8331fdc1-8c7f-4196-867a-a9f6452b782d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8331fdc1-8c7f-4196-867a-a9f6452b782d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8331fdc1-8c7f-4196-867a-a9f6452b782d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8331fdc1-8c7f-4196-867a-a9f6452b782d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

#s-dc8e1241-0630-4dce-95d4-7cab4f7776c3 {
  margin-top: 130px;
padding-left: 20px;
padding-right: 20px;
text-align: left;
}







  #s-dc8e1241-0630-4dce-95d4-7cab4f7776c3 img.shogun-image {
    

    
    
    
  }


#s-dc8e1241-0630-4dce-95d4-7cab4f7776c3 .shogun-image-content {
  
    align-items: center;
  
}

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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-f1a56eec-0730-4c92-bbeb-1fc81eb5c53f {
  box-shadow:1px 1px 1px 1px rgba(236, 236, 236, 1);
border-style: solid;
margin-top: 30px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(99, 99, 99, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-f1a56eec-0730-4c92-bbeb-1fc81eb5c53f:hover {box-shadow:1px 1px 1px 1px rgba(236, 236, 236, 1) !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(251, 55, 16, 1) !important;
background-color: rgba(232, 232, 232, 1) !important;
color: rgba(251, 55, 16, 1) !important;
text-decoration: none !important;}#s-f1a56eec-0730-4c92-bbeb-1fc81eb5c53f:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #000 !important;
border-radius: 4px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-f1a56eec-0730-4c92-bbeb-1fc81eb5c53f-root {
    text-align: center;
  }


#s-f1a56eec-0730-4c92-bbeb-1fc81eb5c53f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f1a56eec-0730-4c92-bbeb-1fc81eb5c53f-root {
    text-align: center;
  }


#s-f1a56eec-0730-4c92-bbeb-1fc81eb5c53f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f1a56eec-0730-4c92-bbeb-1fc81eb5c53f-root {
    text-align: center;
  }


#s-f1a56eec-0730-4c92-bbeb-1fc81eb5c53f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f1a56eec-0730-4c92-bbeb-1fc81eb5c53f-root {
    text-align: center;
  }


#s-f1a56eec-0730-4c92-bbeb-1fc81eb5c53f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f1a56eec-0730-4c92-bbeb-1fc81eb5c53f-root {
    text-align: center;
  }


#s-f1a56eec-0730-4c92-bbeb-1fc81eb5c53f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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 {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-af1d6a26-01ea-421e-8d8b-44c3cd69d8d9 {
  min-height: 50px;
}








#s-af1d6a26-01ea-421e-8d8b-44c3cd69d8d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af1d6a26-01ea-421e-8d8b-44c3cd69d8d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-069b6ba0-0231-4865-99c0-8fea0368c3cd {
  border-style: solid;
margin-right: 30px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(182, 182, 182, 1);
}

#s-dc41bd9e-0191-4150-9731-c69cd4d66e2e {
  min-height: 50px;
}








#s-dc41bd9e-0191-4150-9731-c69cd4d66e2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc41bd9e-0191-4150-9731-c69cd4d66e2e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-74ae504c-dc64-480b-b729-68728e4bfafe {
  text-align: center;
}







  #s-74ae504c-dc64-480b-b729-68728e4bfafe img.shogun-image {
    

    
    
    
  }


#s-74ae504c-dc64-480b-b729-68728e4bfafe .shogun-image-content {
  
    align-items: center;
  
}

#s-5de255a6-c6a9-4daf-a104-148a2519e574 {
  min-height: 0px;
}








#s-5de255a6-c6a9-4daf-a104-148a2519e574 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5de255a6-c6a9-4daf-a104-148a2519e574.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-252c77b6-5836-4630-afaa-15942c3535f8 {
  min-height: 50px;
}








#s-252c77b6-5836-4630-afaa-15942c3535f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-252c77b6-5836-4630-afaa-15942c3535f8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fd95e514-bbaf-4a1d-a181-dc6696e4f347 {
  text-align: center;
}







  #s-fd95e514-bbaf-4a1d-a181-dc6696e4f347 img.shogun-image {
    

    
    
    
  }


#s-fd95e514-bbaf-4a1d-a181-dc6696e4f347 .shogun-image-content {
  
    align-items: center;
  
}

#s-14d934b2-581b-4ad9-aa83-a63d4a7e6b05 {
  min-height: 0px;
}








#s-14d934b2-581b-4ad9-aa83-a63d4a7e6b05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14d934b2-581b-4ad9-aa83-a63d4a7e6b05.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-2ec8104c-e55d-4eae-972d-90a3c024732c hr {
  border-top: 1px solid #ddd;
}

#s-9deba381-79d3-43ba-8c58-d3ca352a4f19 {
  min-height: 50px;
}








#s-9deba381-79d3-43ba-8c58-d3ca352a4f19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9deba381-79d3-43ba-8c58-d3ca352a4f19.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cdeefdcb-27b4-49de-b2e6-7625af58576f {
  text-align: center;
}







  #s-cdeefdcb-27b4-49de-b2e6-7625af58576f img.shogun-image {
    

    
    
    
  }


#s-cdeefdcb-27b4-49de-b2e6-7625af58576f .shogun-image-content {
  
    align-items: center;
  
}

#s-59dfa450-01bf-45a9-a094-4d117dafd8a6 {
  min-height: 50px;
}








#s-59dfa450-01bf-45a9-a094-4d117dafd8a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59dfa450-01bf-45a9-a094-4d117dafd8a6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f26214c9-206e-4a91-8e22-682cc33a470b {
  min-height: 50px;
}








#s-f26214c9-206e-4a91-8e22-682cc33a470b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f26214c9-206e-4a91-8e22-682cc33a470b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-164217cd-0326-4932-9366-47fe8004240b {
  text-align: center;
}







  #s-164217cd-0326-4932-9366-47fe8004240b img.shogun-image {
    

    
    
    
  }


#s-164217cd-0326-4932-9366-47fe8004240b .shogun-image-content {
  
    align-items: center;
  
}

#s-2fae6b24-a7dc-479a-aec3-81a50967115b {
  min-height: 50px;
}








#s-2fae6b24-a7dc-479a-aec3-81a50967115b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fae6b24-a7dc-479a-aec3-81a50967115b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1667a31-3146-4de7-9afe-ecdc632c5216 {
  box-shadow:2px 2px 0px 0px rgba(236, 236, 236, 1);
border-style: solid;
margin-top: 5px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(99, 99, 99, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-e1667a31-3146-4de7-9afe-ecdc632c5216:hover {box-shadow:2px 2px 0px 0px rgba(236, 236, 236, 1) !important;
border-style: solid !important;
border-color: rgba(251, 55, 16, 1) !important;
background-color: rgba(232, 232, 232, 0.69) !important;
color: rgba(251, 55, 16, 1) !important;
text-decoration: none !important;}#s-e1667a31-3146-4de7-9afe-ecdc632c5216:active {background-color: rgba(240, 240, 240, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e1667a31-3146-4de7-9afe-ecdc632c5216 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e1667a31-3146-4de7-9afe-ecdc632c5216 {
  
}
}

  #s-e1667a31-3146-4de7-9afe-ecdc632c5216-root {
    text-align: center;
  }


#s-e1667a31-3146-4de7-9afe-ecdc632c5216.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e1667a31-3146-4de7-9afe-ecdc632c5216-root {
    text-align: center;
  }


#s-e1667a31-3146-4de7-9afe-ecdc632c5216.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e1667a31-3146-4de7-9afe-ecdc632c5216-root {
    text-align: center;
  }


#s-e1667a31-3146-4de7-9afe-ecdc632c5216.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e1667a31-3146-4de7-9afe-ecdc632c5216-root {
    text-align: center;
  }


#s-e1667a31-3146-4de7-9afe-ecdc632c5216.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e1667a31-3146-4de7-9afe-ecdc632c5216-root {
    text-align: center;
  }


#s-e1667a31-3146-4de7-9afe-ecdc632c5216.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-48b362d2-bd61-4f2b-8127-7341f9d20321 {
  min-height: 50px;
}








#s-48b362d2-bd61-4f2b-8127-7341f9d20321 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48b362d2-bd61-4f2b-8127-7341f9d20321.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b75091ce-410a-4647-a362-bd326e073dcb {
  min-height: 50px;
}








#s-b75091ce-410a-4647-a362-bd326e073dcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b75091ce-410a-4647-a362-bd326e073dcb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-1566082b-229d-483e-a548-86c24d123112"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1566082b-229d-483e-a548-86c24d123112"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1566082b-229d-483e-a548-86c24d123112"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1566082b-229d-483e-a548-86c24d123112"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b9334f1d-fec1-44e9-9e59-fefcc00d62df {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 1px;
padding-bottom: 5px;
padding-right: 1px;
}

#s-b9334f1d-fec1-44e9-9e59-fefcc00d62df > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b9334f1d-fec1-44e9-9e59-fefcc00d62df > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(222, 222, 222, 1);
  padding: 10px;
}

#s-b9334f1d-fec1-44e9-9e59-fefcc00d62df > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b9334f1d-fec1-44e9-9e59-fefcc00d62df > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b9334f1d-fec1-44e9-9e59-fefcc00d62df > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 500;
  font-style: ;
  font-size: ;
}

#s-b9334f1d-fec1-44e9-9e59-fefcc00d62df > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-cb9c3b66-a1a9-4d8a-a139-faec2157bd18 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 4px;
padding-bottom: 5px;
padding-right: 4px;
}

#s-cb9c3b66-a1a9-4d8a-a139-faec2157bd18 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(149, 146, 146, 1);
}

#s-cb9c3b66-a1a9-4d8a-a139-faec2157bd18 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 7px;
}

#s-cb9c3b66-a1a9-4d8a-a139-faec2157bd18 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(126, 126, 126, 1);
}

#s-cb9c3b66-a1a9-4d8a-a139-faec2157bd18 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(149, 146, 146, 1);
}

#s-cb9c3b66-a1a9-4d8a-a139-faec2157bd18 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(126, 126, 126, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 900;
  font-style: ;
  font-size: 13px;
}

#s-cb9c3b66-a1a9-4d8a-a139-faec2157bd18 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}
#s-da2e24b9-8d36-45ce-a09a-99e21da57484 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-da2e24b9-8d36-45ce-a09a-99e21da57484"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da2e24b9-8d36-45ce-a09a-99e21da57484"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-da2e24b9-8d36-45ce-a09a-99e21da57484"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-da2e24b9-8d36-45ce-a09a-99e21da57484"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-da2e24b9-8d36-45ce-a09a-99e21da57484"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-da2e24b9-8d36-45ce-a09a-99e21da57484"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-da2e24b9-8d36-45ce-a09a-99e21da57484"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-b45c5860-e597-4206-8c1a-caa2e54f1475 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 7px;
padding-bottom: 10px;
padding-right: 7px;
min-height: 5px;
}

#s-b45c5860-e597-4206-8c1a-caa2e54f1475 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-b45c5860-e597-4206-8c1a-caa2e54f1475 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b45c5860-e597-4206-8c1a-caa2e54f1475 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-b45c5860-e597-4206-8c1a-caa2e54f1475 td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-b45c5860-e597-4206-8c1a-caa2e54f1475 td.shogun-table-column, #s-b45c5860-e597-4206-8c1a-caa2e54f1475 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-0f01e0cb-d3f3-4993-8cbf-d58d6fc8f682 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-93720059-b79f-48ba-93a4-6517e2ceabc4 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-e4ed3a62-0f48-47ed-9e05-40a471a327c0 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-a6be1bd0-e31e-42a0-a144-0ba5d2c1fd57 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-e184d126-d12e-48fc-a506-8ec1f831826e {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-9962e10c-a7e1-4215-80aa-50deb3828a93 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-1cd57b84-4e4b-4393-8918-a9485baaff08 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-f931e639-d769-4283-abca-247ea9cf8cdd {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-e415aa05-4825-4f29-ab20-fb89a258651f {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-7040917e-86b7-42f8-8cf8-0292f2fb4fd8 {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-276b20a0-dd35-410d-8bb7-328feaeaeabd {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-276b20a0-dd35-410d-8bb7-328feaeaeabd img.shogun-image {
    

    
    
    
  }


#s-276b20a0-dd35-410d-8bb7-328feaeaeabd .shogun-image-content {
  
    align-items: center;
  
}

#s-bc52e6c7-4f76-49e7-8a15-506b3d170ceb {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 1px;
padding-bottom: 5px;
padding-right: 1px;
}

#s-bc52e6c7-4f76-49e7-8a15-506b3d170ceb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-bc52e6c7-4f76-49e7-8a15-506b3d170ceb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(222, 222, 222, 1);
  padding: 10px;
}

#s-bc52e6c7-4f76-49e7-8a15-506b3d170ceb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-bc52e6c7-4f76-49e7-8a15-506b3d170ceb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-bc52e6c7-4f76-49e7-8a15-506b3d170ceb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 500;
  font-style: ;
  font-size: ;
}

#s-bc52e6c7-4f76-49e7-8a15-506b3d170ceb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-ee7d055f-9250-4de2-a66d-cfb59b3b60d2 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 4px;
padding-bottom: 5px;
padding-right: 4px;
}

#s-ee7d055f-9250-4de2-a66d-cfb59b3b60d2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(149, 146, 146, 1);
}

#s-ee7d055f-9250-4de2-a66d-cfb59b3b60d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 7px;
}

#s-ee7d055f-9250-4de2-a66d-cfb59b3b60d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(126, 126, 126, 1);
}

#s-ee7d055f-9250-4de2-a66d-cfb59b3b60d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(149, 146, 146, 1);
}

#s-ee7d055f-9250-4de2-a66d-cfb59b3b60d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(126, 126, 126, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 900;
  font-style: ;
  font-size: 13px;
}

#s-ee7d055f-9250-4de2-a66d-cfb59b3b60d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}
#s-2d6fc342-962b-4273-bc28-b44ded9fb406 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-2d6fc342-962b-4273-bc28-b44ded9fb406"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d6fc342-962b-4273-bc28-b44ded9fb406"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2d6fc342-962b-4273-bc28-b44ded9fb406"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2d6fc342-962b-4273-bc28-b44ded9fb406"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2d6fc342-962b-4273-bc28-b44ded9fb406"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d6fc342-962b-4273-bc28-b44ded9fb406"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2d6fc342-962b-4273-bc28-b44ded9fb406"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-e5fb1307-b392-4300-b8cf-04f078e0b563 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 7px;
padding-bottom: 10px;
padding-right: 7px;
min-height: 5px;
}

#s-e5fb1307-b392-4300-b8cf-04f078e0b563 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-e5fb1307-b392-4300-b8cf-04f078e0b563 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e5fb1307-b392-4300-b8cf-04f078e0b563 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-e5fb1307-b392-4300-b8cf-04f078e0b563 td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-e5fb1307-b392-4300-b8cf-04f078e0b563 td.shogun-table-column, #s-e5fb1307-b392-4300-b8cf-04f078e0b563 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-ce0161c7-38ee-475d-ad6c-806f047b4d38 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-d7d91390-ffd9-4b16-a42c-467ff041064b {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-6db0b161-e610-4d5e-ac81-7771a380a7ce {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-8ae8e6b3-32ab-43c0-9457-150365d55aa4 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-38928b13-4656-4188-9c33-2939ee12cf52 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-4fec86b7-bd46-4b19-a679-c1c63becd324 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-466282b0-0e47-41e2-a8c3-f225506bb56c {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-4688cbdc-e7e4-42ab-8af8-5f8ea52a0fe0 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-d3efbea0-5ba8-4a86-a6d2-a01066ff7c8f {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-6e0db4cc-8166-4dd3-a5f8-07b118e76766 {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-cc847d9b-a6d0-4eeb-bd69-9f55fb228f4b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-cc847d9b-a6d0-4eeb-bd69-9f55fb228f4b img.shogun-image {
    

    
    
    
  }


#s-cc847d9b-a6d0-4eeb-bd69-9f55fb228f4b .shogun-image-content {
  
    align-items: center;
  
}

#s-2b3c562b-e417-4f33-9787-3ce9e3993ae6 hr {
  border-top: 2px solid #ddd;
}

#s-fcfd4c97-cd30-4e4b-8eca-5f520d3e98fd {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(182, 182, 182, 1);
}

@media (min-width: 0px) {
[id="s-fcfd4c97-cd30-4e4b-8eca-5f520d3e98fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fcfd4c97-cd30-4e4b-8eca-5f520d3e98fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-fcfd4c97-cd30-4e4b-8eca-5f520d3e98fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-fcfd4c97-cd30-4e4b-8eca-5f520d3e98fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-7190af01-cfc3-4dc5-8ba3-0b1f6e257b4c {
  border-style: solid;
margin-top: -2px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(182, 182, 182, 1);
text-align: left;
}

#s-7190af01-cfc3-4dc5-8ba3-0b1f6e257b4c .shogun-heading-component h1 {
  color: rgba(150, 150, 150, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



/*
  $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;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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:#000;background-color:rgba(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;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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}